summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipsend
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1999-11-23 21:53:19 +0000
committerguido <guido@FreeBSD.org>1999-11-23 21:53:19 +0000
commitb3195eaeee6fa7f88b3aec266a9c971acadace6f (patch)
treefee0690522f39f79a4298465718736dc2c0fea2f /usr.sbin/ipsend
parent75b4f99d65c79fc19890c1fe50a53dcb8e962c4b (diff)
downloadFreeBSD-src-b3195eaeee6fa7f88b3aec266a9c971acadace6f.zip
FreeBSD-src-b3195eaeee6fa7f88b3aec266a9c971acadace6f.tar.gz
Revive userland stuff for ipfilter.
Also fixes: PR: 7791
Diffstat (limited to 'usr.sbin/ipsend')
-rw-r--r--usr.sbin/ipsend/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile
new file mode 100644
index 0000000..75a45b3
--- /dev/null
+++ b/usr.sbin/ipsend/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/ipfilter/ipsend \
+ ${.CURDIR}/../../contrib/ipfilter/iplang \
+ ${.CURDIR}/../../contrib/ipfilter
+
+PROG= ipsend
+MAN1= ipsend.1
+MAN5= ipsend.5
+SRCS= ipsend.c ip.c ipsopt.c sbpf.c sock.c 44arp.c iplang_y.y iplang_l.l \
+ y.tab.h
+
+CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
+ -I- -I. -I${.CURDIR}/../../sys/netinet \
+ -I${.CURDIR}/../../contrib/ipfilter/ipsend \
+ -I${.CURDIR}/../../contrib/ipfilter/iplang \
+ -I${.CURDIR}/../../contrib/ipfilter
+
+DPADD= ${LIBL}
+LDADD= -ll
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud