blob: adfc9c0256181d6531572e529ba9b8a7da1bbf7a (
plain)
1
2
3
4
5
6
7
8
9
|
PROG= ipftest
MAN= ipftest.1
SRCS= ipt.c fil.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c ipft_tx.c \
misc.c parse.c opt.c ip_frag.c ip_nat.c ip_state.c
.PATH: ${.CURDIR}/../../sbin/ipf ${.CURDIR}/../../sbin/ipfstat ${.CURDIR}/../../sys/netinet
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sbin/ipf -I${.CURDIR}/../../sys/netinet
.include <bsd.prog.mk>
|