xref: /freebsd-14.2/sbin/ipf/ipscan/Makefile (revision d0b2dbfa)
1*41edb306SCy Schubert
2*41edb306SCy SchubertPACKAGE=	ipf
3*41edb306SCy SchubertPROG=		ipscan
4*41edb306SCy SchubertSRCS=		${GENHDRS} ipscan_y.c
5*41edb306SCy SchubertMAN=		ipscan.5 ipscan.8
6*41edb306SCy SchubertMLINKS=		ipscan.5 ipscan.conf.5
7*41edb306SCy Schubert
8*41edb306SCy SchubertGENHDRS+=	ipscan_y.h
9*41edb306SCy SchubertCLEANFILES+=	${GENHDRS} ipscan_y.c
10*41edb306SCy Schubert
11*41edb306SCy Schubertipscan_y.c: ipscan_y.y
12*41edb306SCy Schubert	${YACC} -d ${.ALLSRC}
13*41edb306SCy Schubert
14*41edb306SCy Schubertipscan_y.h: ipscan_y.c
15*41edb306SCy Schubert
16*41edb306SCy Schubert
17*41edb306SCy Schubert.include <bsd.prog.mk>
18