Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2001/11/12 23:16:28 tv Exp $
2
3HOST_SRCDIR=	usr.bin/lex
4
5.include "${.CURDIR}/../Makefile.host"
6
7scan.c:
8	echo '#include <initscan.c>' >$@
9