summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iptest/Makefile
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/iptest/Makefile
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/iptest/Makefile')
-rw-r--r--usr.sbin/iptest/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/iptest/Makefile b/usr.sbin/iptest/Makefile
new file mode 100644
index 0000000..f296945
--- /dev/null
+++ b/usr.sbin/iptest/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/ipfilter/ipsend \
+ ${.CURDIR}/../../contrib/ipfilter
+
+PROG= iptest
+MAN1= iptest.1
+SRCS= iptest.c iptests.c ip.c sbpf.c 44arp.c sock.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