aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ipresend
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-06-18 15:55:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-06-18 15:55:28 +0000
commit478e7bb603e0791c518ff3573b53097a931400ee (patch)
treee9b928ec517d5cd676a4d01a2d9691376b8a6cff /usr.sbin/ipresend
parent7879537eeecd9371728aa1b84729c5e854024b0b (diff)
Notes
Diffstat (limited to 'usr.sbin/ipresend')
-rw-r--r--usr.sbin/ipresend/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/ipresend/Makefile b/usr.sbin/ipresend/Makefile
index 180faad577bf..0c10f9f9c923 100644
--- a/usr.sbin/ipresend/Makefile
+++ b/usr.sbin/ipresend/Makefile
@@ -6,10 +6,9 @@
PROG= ipresend
SRCS= ipresend.c ip.c resend.c opt.c ipft_ef.c ipft_hx.c ipft_sn.c ipft_td.c ipft_tx.c sbpf.c 44arp.c ipft_pc.c
-CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
- -DUSE_INET6 \
- -I- -I${.CURDIR}/../../sys/netinet \
- -I${.CURDIR}/../../contrib/ipfilter/ipsend \
+CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" -DUSE_INET6
+CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
+CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter/ipsend \
-I${.CURDIR}/../../contrib/ipfilter
MAINTAINER= guido@freebsd.org