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/ipf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ipf') diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 530950e..dd00cc6 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -5,7 +5,7 @@ PROG= ipf MAN= ipf.4 ipf.5 ipf.8 SRCS= ipf.c parse.c opt.c facpri.c common.c -CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter MAINTAINER= guido@freebsd.org -- cgit v1.1