summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile')
-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