summaryrefslogtreecommitdiffstats
path: root/sbin/ipnat/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-11 17:41:58 +0000
committerru <ru@FreeBSD.org>2001-06-11 17:41:58 +0000
commita0e4020b845cd38a8c6ba92d53971c2a049c1ee3 (patch)
tree7dec0b79255be89cb129c24f713b8b0881782d79 /sbin/ipnat/Makefile
parent9cbadc39d11c22e00c2643858d9e29188b58058a (diff)
downloadFreeBSD-src-a0e4020b845cd38a8c6ba92d53971c2a049c1ee3.zip
FreeBSD-src-a0e4020b845cd38a8c6ba92d53971c2a049c1ee3.tar.gz
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 <sys/netinet>. Noticed by: peter
Diffstat (limited to 'sbin/ipnat/Makefile')
-rw-r--r--sbin/ipnat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile
index 2fe7781..6d3644d 100644
--- a/sbin/ipnat/Makefile
+++ b/sbin/ipnat/Makefile
@@ -6,7 +6,7 @@ PROG= ipnat
MAN= ipnat.1 ipnat.4 ipnat.5
MLINKS= ipnat.5 ipnat.conf.5
SRCS= ipnat.c kmem.c natparse.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}/../../sys -I${.CURDIR}/../../contrib/ipfilter
MAINTAINER= guido@freebsd.org
OpenPOWER on IntegriCloud