summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipresend
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-21 13:53:18 +0000
committerpeter <peter@FreeBSD.org>1998-03-21 13:53:18 +0000
commit52325b15956a60ed8907cc3b370f71a5473b5eb7 (patch)
treecb1ccb3c5e62d0fdd5b608b49730c11cdaca531d /usr.sbin/ipresend
parent8643af65b3b3c2f3c8642ed97b509ad4d9840b5a (diff)
downloadFreeBSD-src-52325b15956a60ed8907cc3b370f71a5473b5eb7.zip
FreeBSD-src-52325b15956a60ed8907cc3b370f71a5473b5eb7.tar.gz
Initial bmake scaffolding for ipfilter userland stuff.
Obtained from: large chunks stolen from OpenBSD and NetBSD
Diffstat (limited to 'usr.sbin/ipresend')
-rw-r--r--usr.sbin/ipresend/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/ipresend/Makefile b/usr.sbin/ipresend/Makefile
new file mode 100644
index 0000000..8a9d8b2
--- /dev/null
+++ b/usr.sbin/ipresend/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/ipfilter/ipsend \
+ ${.CURDIR}/../../contrib/ipfilter
+
+PROG= ipresend
+MAN1= ipresend.1
+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\" \
+ -I- -I${.CURDIR}/../../sys/netinet \
+ -I${.CURDIR}/../../contrib/ipfilter/ipsend \
+ -I${.CURDIR}/../../contrib/ipfilter
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud