From 11bc42974263912f0a6fe465a2ce7721deaf4c6e Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 31 Oct 2000 22:29:27 +0000 Subject: Build with -DUSE_INET6 so that we can actually use the IPv6 support in IPFilter 3.4.x. Approved by: darrenr, guido --- usr.sbin/iptest/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/iptest/Makefile') diff --git a/usr.sbin/iptest/Makefile b/usr.sbin/iptest/Makefile index 9465369..b86e42f 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 -- cgit v1.1