blob: 3ff126855cf1592dd16d79469b685efcc74fcb70 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.4 2002/12/08 20:20:01 thorpej Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}lex
HOST_SRCDIR= usr.bin/lex
.include "${.CURDIR}/../Makefile.host"
scan.c:
echo '#include <initscan.c>' >$@
|