aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-08-27 19:59:49 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-08-27 19:59:49 +0000
commitdd0b8d3c15d0399a0d09142c54afa2f1780a36bc (patch)
tree598858c5fe8d272d3c3282a362fafcb2bc449cd8 /usr.sbin/Makefile
parenta28dde9abd15035dc458cf52c20d5f5fbef3fca8 (diff)
downloadsrc-dd0b8d3c15d0399a0d09142c54afa2f1780a36bc.tar.gz
src-dd0b8d3c15d0399a0d09142c54afa2f1780a36bc.zip
Make build of atm, mld6query, rip6query, route6d and traceroute6
depend on existing NOATM and NOINET6 conditionals.
Notes
Notes: svn path=/head/; revision=119507
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 c3c637658c4c..876ccc633a64 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 \