NetBSD/usr.bin/fgen/Makefile
matt fcd0fb118f Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,
etc. as appropriate to get exit,srncmp,abs,abort,etc.
Add -I${.CURDIR} to a few Makefiles
2000-07-03 02:51:12 +00:00

9 lines
142 B
Makefile

# $NetBSD: Makefile,v 1.4 2000/07/03 02:51:16 matt Exp $
CPPFLAGS+= -I${.CURDIR}
PROG= fgen
SRCS= fgen.l
MAN= fgen.1
.include <bsd.prog.mk>