summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-26 01:24:35 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-26 01:24:35 +0000
commite29e60475b250ca4d0a4ccbf05be9e77fa0cca19 (patch)
treeb8754fb999178a72da5187591443df0141ab15aa
parentda3031ba34f790edd6ffcee3d90cbdf3c7180436 (diff)
downloadFreeBSD-src-e29e60475b250ca4d0a4ccbf05be9e77fa0cca19.zip
FreeBSD-src-e29e60475b250ca4d0a4ccbf05be9e77fa0cca19.tar.gz
Remove disconnected directories.
These were added disconnected in 2005 in r145524. Sponsored by: EMC / Isilon Storage Division
-rw-r--r--sbin/ipf/Makefile2
-rw-r--r--sbin/ipf/ipsend/Makefile38
-rw-r--r--sbin/ipf/iptest/Makefile11
-rw-r--r--sbin/ipf/rules/Makefile17
4 files changed, 0 insertions, 68 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile
index df57c80..fa092f8 100644
--- a/sbin/ipf/Makefile
+++ b/sbin/ipf/Makefile
@@ -1,8 +1,6 @@
# $FreeBSD$
-#.WAIT
SUBDIR= libipf
SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
-#SUBDIR+= ipsend iptest rules
.include <bsd.subdir.mk>
diff --git a/sbin/ipf/ipsend/Makefile b/sbin/ipf/ipsend/Makefile
deleted file mode 100644
index 176cb10..0000000
--- a/sbin/ipf/ipsend/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $FreeBSD$
-
-NOGCCERROR= # defined
-
-.include <bsd.own.mk>
-
-PROG= ipsend
-SRCS= ipsend.c ip.c ipsopt.c iplang_y.c iplang_l.l sbpf.c \
- sock.c 44arp.c
-MAN= ipsend.1 ipsend.5
-LIBADD+= l
-
-CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/ipsend
-CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/iplang
-CFLAGS+= -I.
-
-CLEANFILES+= iplang_y.c iplang_y.h
-
-DPSRCS+= iplang_y.h
-
-.PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend \
- ${NETBSDSRCDIR}/dist/ipf/iplang
-
-iplang_y.c: iplang_y.y
- ${YACC} -d ${.ALLSRC}
- mv y.tab.c ${.TARGET}
- mv y.tab.h ${.TARGET:.c=.h}
-
-iplang_y.h: iplang_y.c
-
-# XXX
-# We have a problem with make and linking ipsend
-# cc -o /home/source/src/usr.sbin/ipf/ipsend/../../../dist/ipf/ipsend .....
-# isn't correct.
-# Use .NOPATH as an workaround for that problem
-.NOPATH: ipsend
-
-.include <bsd.prog.mk>
diff --git a/sbin/ipf/iptest/Makefile b/sbin/ipf/iptest/Makefile
deleted file mode 100644
index 647471c..0000000
--- a/sbin/ipf/iptest/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-PROG= iptest
-SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
-MAN= iptest.1
-
-.PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend
-
-.include <bsd.prog.mk>
diff --git a/sbin/ipf/rules/Makefile b/sbin/ipf/rules/Makefile
deleted file mode 100644
index a90907f..0000000
--- a/sbin/ipf/rules/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-MAN= mkfilters.1
-.if ${MKSHARE} != "no"
-FILESDIR= /usr/share/examples/ipf
-
-FILES= BASIC.NAT BASIC_1.FW BASIC_2.FW example.1 example.2 example.3 \
- example.4 example.5 example.6 example.7 example.8 example.9 \
- example.10 example.11 example.12 example.13 example.sr \
- firewall ftp-proxy ftppxy mediaone nat-setup \
- nat.eg server tcpstate mkfilters
-.endif
-
-.PATH: ${NETBSDSRCDIR}/dist/ipf/rules
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud