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