826a14607a
there's no need to special-case .include-ing it.
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/05/18 07:57:34 lukem Exp $
|
|
|
|
CPPFLAGS+= -I${.CURDIR}
|
|
PROG= fgen
|
|
SRCS= fgen.l
|
|
MAN= fgen.1
|
|
|
|
.include <bsd.prog.mk>
|