aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ipftest
diff options
context:
space:
mode:
authorDarren Reed <darrenr@FreeBSD.org>2002-03-20 08:57:10 +0000
committerDarren Reed <darrenr@FreeBSD.org>2002-03-20 08:57:10 +0000
commit99a4a5a867c598cb854662510ff0f38503eb5bd9 (patch)
tree58154cb4b8f160527b054cd460ae4788bad0a185 /usr.sbin/ipftest
parent15fe306743f9c24987b3d4e00c2a446d8a798a33 (diff)
Notes
Diffstat (limited to 'usr.sbin/ipftest')
-rw-r--r--usr.sbin/ipftest/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile
index ccfd3f890690..db4efba6c899 100644
--- a/usr.sbin/ipftest/Makefile
+++ b/usr.sbin/ipftest/Makefile
@@ -8,10 +8,12 @@ MAINTAINER= guido@freebsd.org
PROG= ipftest
SRCS= ipt.c parse.c fil.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c opt.c \
ipft_tx.c misc.c ip_frag.c ip_state.c ip_nat.c ip_proxy.c \
- ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c common.c
+ ip_log.c ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c common.c \
+ printstate.c printnat.c
-CFLAGS+= -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
+CFLAGS+= -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DIPFILTER_LOG
CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter/netinet
+CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter
CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter
.include <bsd.prog.mk>