aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfstat
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-09-03 16:37:16 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-09-03 16:37:16 +0000
commit050783e9800446187db99cf07d0aa26a822cb1f9 (patch)
treec3ad027ffddeddf7eeed9c991d6696c1b8733350 /sbin/ipfstat
parent2b3f1731e1014c9d02babd69ce7cd30d8a05b46f (diff)
downloadsrc-050783e9800446187db99cf07d0aa26a822cb1f9.tar.gz
src-050783e9800446187db99cf07d0aa26a822cb1f9.zip
IPFilter source code in contrib/ipfilter apparently can't make up its mind
where the headers should live, as the code references both "ip_fil.h" and "netinet/ip_fil.h" (among others). As a consequence, put both sys/contrib/ipfilter and sys/contrib/ipfilter/netinet to the include path so either variant works. PR: 29384 Pointed out by: Thomas.Quinot@Cuivre.FR.EU.ORG
Notes
Notes: svn path=/head/; revision=82877
Diffstat (limited to 'sbin/ipfstat')
-rw-r--r--sbin/ipfstat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile
index f9a83a79ed9a..7e20bc984a7f 100644
--- a/sbin/ipfstat/Makefile
+++ b/sbin/ipfstat/Makefile
@@ -7,6 +7,7 @@ MAN= ipfstat.8
SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
+CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
DPADD= ${LIBNCURSES}