diff options
Diffstat (limited to 'usr.sbin/ipresend/Makefile')
-rw-r--r-- | usr.sbin/ipresend/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |