summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipftest
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2000-10-31 22:29:27 +0000
committernectar <nectar@FreeBSD.org>2000-10-31 22:29:27 +0000
commit11bc42974263912f0a6fe465a2ce7721deaf4c6e (patch)
tree5eca143ab58451416631ede049a8e8c6e2dbe9ce /usr.sbin/ipftest
parent04add97618439dcdf5fc249e49ac9e112eaee3e5 (diff)
downloadFreeBSD-src-11bc42974263912f0a6fe465a2ce7721deaf4c6e.zip
FreeBSD-src-11bc42974263912f0a6fe465a2ce7721deaf4c6e.tar.gz
Build with -DUSE_INET6 so that we can actually use the IPv6 support in
IPFilter 3.4.x. Approved by: darrenr, guido
Diffstat (limited to 'usr.sbin/ipftest')
-rw-r--r--usr.sbin/ipftest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile
index 284236a..8d015b8 100644
--- a/usr.sbin/ipftest/Makefile
+++ b/usr.sbin/ipftest/Makefile
@@ -10,7 +10,7 @@ SRCS= opt_ipfilter.h \
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
-CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.OBJDIR} -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
+CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.OBJDIR} -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
CLEANFILES+= opt_ipfilter.h
OpenPOWER on IntegriCloud