1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Make build of atm, mld6query, rip6query, route6d and traceroute6

depend on existing NOATM and NOINET6 conditionals.
This commit is contained in:
Poul-Henning Kamp 2003-08-27 19:59:49 +00:00
parent a28dde9abd
commit dd0b8d3c15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119507

View File

@ -13,7 +13,6 @@ SUBDIR= IPXrouted \
amd \
ancontrol \
arp \
atm \
bootparamd \
burncd \
cdcontrol \
@ -57,7 +56,6 @@ SUBDIR= IPXrouted \
memcontrol \
mergemaster \
mixer \
mld6query \
mlxcontrol \
mount_portalfs \
mountd \
@ -86,9 +84,7 @@ SUBDIR= IPXrouted \
rarpd \
raycontrol \
repquota \
rip6query \
rmt \
route6d \
rpcbind \
rpc.lockd \
rpc.statd \
@ -115,7 +111,6 @@ SUBDIR= IPXrouted \
tcpdump \
timed \
traceroute \
traceroute6 \
trpt \
tzsetup \
ugidfw \
@ -135,6 +130,17 @@ SUBDIR= IPXrouted \
ypset \
zic
.if !defined(NOATM)
SUBDIR+=atm
.endif
.if !defined(NOINET6)
SUBDIR+=mld6query \
rip6query \
route6d \
traceroute6
.endif
.if !defined(NO_IPFILTER)
SUBDIR+=ipftest \
ipresend \