From d0716116a5bed35bb46011820e99675026982238 Mon Sep 17 00:00:00 2001 From: jlemon Date: Mon, 3 Sep 2001 16:37:16 +0000 Subject: 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 --- sbin/ipfstat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/ipfstat') diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index f9a83a7..7e20bc9 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} -- cgit v1.1