diff options
author | nectar <nectar@FreeBSD.org> | 2000-10-31 22:29:27 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-10-31 22:29:27 +0000 |
commit | 11bc42974263912f0a6fe465a2ce7721deaf4c6e (patch) | |
tree | 5eca143ab58451416631ede049a8e8c6e2dbe9ce /usr.sbin/ipresend | |
parent | 04add97618439dcdf5fc249e49ac9e112eaee3e5 (diff) | |
download | FreeBSD-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/ipresend')
-rw-r--r-- | usr.sbin/ipresend/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ipresend/Makefile b/usr.sbin/ipresend/Makefile index 1313213..d7f3380 100644 --- a/usr.sbin/ipresend/Makefile +++ b/usr.sbin/ipresend/Makefile @@ -8,6 +8,7 @@ MAN1= ipresend.1 SRCS= ipresend.c ip.c resend.c opt.c ipft_ef.c ipft_hx.c ipft_sn.c ipft_td.c ipft_tx.c sbpf.c 44arp.c ipft_pc.c CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \ + -DUSE_INET6 \ -I- -I${.CURDIR}/../../sys/netinet \ -I${.CURDIR}/../../contrib/ipfilter/ipsend \ -I${.CURDIR}/../../contrib/ipfilter |