summaryrefslogtreecommitdiff
path: root/usr.sbin/ipsend/iptest/Makefile
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-05-10 21:41:01 +0000
committerdm <dm@cvs.openbsd.org>1996-05-10 21:41:01 +0000
commit76242ad5ccbbf411a0dfd66daab39d9a460c09dc (patch)
tree92b555bd9197bb7976ae825d415f70d567c37170 /usr.sbin/ipsend/iptest/Makefile
parent75774d963fafaaaa2cf697156d616e2ebe3db3c8 (diff)
ipfilter 3.0.4
Diffstat (limited to 'usr.sbin/ipsend/iptest/Makefile')
-rw-r--r--usr.sbin/ipsend/iptest/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/ipsend/iptest/Makefile b/usr.sbin/ipsend/iptest/Makefile
new file mode 100644
index 00000000000..17cdef66a36
--- /dev/null
+++ b/usr.sbin/ipsend/iptest/Makefile
@@ -0,0 +1,10 @@
+# $Id: Makefile,v 1.1 1996/05/10 21:40:59 dm Exp $
+
+PROG= iptest
+BINDIR= /usr/sbin
+NOMAN=
+SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
+CFLAGS+= -DDOSOCKET -I${.CURDIR}/../common -I${.CURDIR}/../../ipftest
+.PATH: ${.CURDIR}/../common
+
+.include <bsd.prog.mk>