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 /sbin/ipf | |
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 'sbin/ipf')
-rw-r--r-- | sbin/ipf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index b21a622..39a22b5 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -7,7 +7,7 @@ MAN4= ipf.4 MAN5= ipf.5 MAN8= ipf.8 SRCS= ipf.c parse.c opt.c facpri.c common.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter MAINTAINER= guido@freebsd.org |