Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2009/10/26 01:19:02 christos Exp $
2
3HOSTPROGNAME=	${_TOOL_PREFIX}lex
4HOST_SRCDIR=	external/bsd/flex/bin
5
6.include "${.CURDIR}/../Makefile.host"
7
8scan.c:
9	echo '#include <initscan.c>' >$@
10