diff options
author | peter <peter@FreeBSD.org> | 1999-10-10 15:08:38 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-10-10 15:08:38 +0000 |
commit | 76c8e9b267ecd06e50fdc045c919d158999307b0 (patch) | |
tree | 62b1b135c3cc17f368235ac24d2fb87cb9791073 /usr.sbin/ipsend | |
parent | 1570675fddfcfe93f9653e349c8090db24be043e (diff) | |
download | FreeBSD-src-76c8e9b267ecd06e50fdc045c919d158999307b0.zip FreeBSD-src-76c8e9b267ecd06e50fdc045c919d158999307b0.tar.gz |
Nuke the old antique copy of ipfilter from the tree. This is old enough
to be dangerous. It will better serve us as a port building a KLD,
ala SKIP.
Diffstat (limited to 'usr.sbin/ipsend')
-rw-r--r-- | usr.sbin/ipsend/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile deleted file mode 100644 index 75a45b3..0000000 --- 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> |