summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-08-27 19:59:49 +0000
committerphk <phk@FreeBSD.org>2003-08-27 19:59:49 +0000
commitf2f450d3bc023f215500e02a576db083ad6fb023 (patch)
tree598858c5fe8d272d3c3282a362fafcb2bc449cd8 /usr.sbin
parentd0986427b401677e6115467079a58977f9eb727f (diff)
downloadFreeBSD-src-f2f450d3bc023f215500e02a576db083ad6fb023.zip
FreeBSD-src-f2f450d3bc023f215500e02a576db083ad6fb023.tar.gz
Make build of atm, mld6query, rip6query, route6d and traceroute6
depend on existing NOATM and NOINET6 conditionals.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index c3c6376..876ccc6 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -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 \
OpenPOWER on IntegriCloud