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/ipfstat | |
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/ipfstat')
-rw-r--r-- | sbin/ipfstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index be7bde5..7a23800 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -5,7 +5,7 @@ PROG= ipfstat MAN8= ipfstat.8 SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -DSTATETOP -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter DPADD= ${NCURSES} LDADD= -lncurses |