aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/iptest/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2000-10-31 22:29:27 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2000-10-31 22:29:27 +0000
commit9629a4e92d9231851ea16e9a90de1d21aaa9f38d (patch)
treef01888a1ac36d694a3792bf5bd31dce432abc789 /usr.sbin/iptest/Makefile
parent8fcf57f5f66081320a7273f6866e8b036f90efa6 (diff)
downloadsrc-9629a4e92d9231851ea16e9a90de1d21aaa9f38d.tar.gz
src-9629a4e92d9231851ea16e9a90de1d21aaa9f38d.zip
Build with -DUSE_INET6 so that we can actually use the IPv6 support in
IPFilter 3.4.x. Approved by: darrenr, guido
Notes
Notes: svn path=/head/; revision=68111
Diffstat (limited to 'usr.sbin/iptest/Makefile')
-rw-r--r--usr.sbin/iptest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/iptest/Makefile b/usr.sbin/iptest/Makefile
index 9465369a3803..b86e42f1fc4c 100644
--- a/usr.sbin/iptest/Makefile
+++ b/usr.sbin/iptest/Makefile
@@ -8,6 +8,7 @@ MAN1= iptest.1
SRCS= iptest.c iptests.c ip.c sbpf.c 44arp.c sock.c
CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
+ -DUSE_INET6 \
-I- -I${.CURDIR}/../../sys/netinet \
-I${.CURDIR}/../../contrib/ipfilter/ipsend \
-I${.CURDIR}/../../contrib/ipfilter