From a0e4020b845cd38a8c6ba92d53971c2a049c1ee3 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 11 Jun 2001 17:41:58 +0000 Subject: Backout previous change (removal of -I${.CURDIR}/../../sys/netinet). This is needed to pick up the right headers. Wrong headers from src/contrib/ipfilter are used otherwise. The right fix would be to fix contrib/ipfilter C sources to pick up headers from . Noticed by: peter --- sbin/ipfstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ipfstat') diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index fd6a5ff..ed4d62e 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -5,7 +5,7 @@ PROG= ipfstat MAN= ipfstat.8 SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c -CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP -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 -- cgit v1.1