summaryrefslogtreecommitdiff
path: root/usr.bin/fgen/Makefile
blob: 9bc76aacb16f70a3f8421467a20ddc3e800b0671 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.1 2001/08/17 21:31:02 jason Exp $
#	$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>