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 --- usr.sbin/ipresend/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/ipresend') diff --git a/usr.sbin/ipresend/Makefile b/usr.sbin/ipresend/Makefile index 949be18..180faad 100644 --- a/usr.sbin/ipresend/Makefile +++ b/usr.sbin/ipresend/Makefile @@ -8,6 +8,7 @@ SRCS= ipresend.c ip.c resend.c opt.c ipft_ef.c ipft_hx.c ipft_sn.c ipft_td.c ipf CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \ -DUSE_INET6 \ + -I- -I${.CURDIR}/../../sys/netinet \ -I${.CURDIR}/../../contrib/ipfilter/ipsend \ -I${.CURDIR}/../../contrib/ipfilter -- cgit v1.1