aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ipsend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ipsend/Makefile')
-rw-r--r--usr.sbin/ipsend/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile
deleted file mode 100644
index 75a45b398d0d..000000000000
--- a/usr.sbin/ipsend/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $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>