diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index df57c807a02b..fa092f8f8221 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 diff --git a/sbin/ipf/ipsend/Makefile b/sbin/ipf/ipsend/Makefile deleted file mode 100644 index 176cb106baff..000000000000 --- a/sbin/ipf/ipsend/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $FreeBSD$ - -NOGCCERROR= # defined - -.include - -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 diff --git a/sbin/ipf/iptest/Makefile b/sbin/ipf/iptest/Makefile deleted file mode 100644 index 647471cf4cef..000000000000 --- a/sbin/ipf/iptest/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -.include - -PROG= iptest -SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c -MAN= iptest.1 - -.PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend - -.include diff --git a/sbin/ipf/rules/Makefile b/sbin/ipf/rules/Makefile deleted file mode 100644 index a90907fc9853..000000000000 --- a/sbin/ipf/rules/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -.include - -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