Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2009/10/26 21:32:14 christos Exp $
2
3HOSTPROGNAME=	${_TOOL_PREFIX}lex
4HOST_SRCDIR=	external/bsd/flex/bin
5
6.include "${.CURDIR}/../Makefile.host"
7HOST_CPPFLAGS+=	-DM4=\"${TOOL_M4}\"
8
9scan.c:
10	echo '#include <initscan.c>' >$@
11