mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
Remove disconnected directories.
These were added disconnected in 2005 in r145524. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
0bb9989c43
commit
a98533d3e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288248
@ -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>
|
||||
|
@ -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>
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user