aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-08-27 19:58:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-08-27 19:58:40 +0000
commita28dde9abd15035dc458cf52c20d5f5fbef3fca8 (patch)
treef1e73d37dc98b2b301ef3be0236d70112e722dec /sbin
parent61f07fc6cafb404a0c5136e349d9633486ec35e8 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 12d8ccee46b6..c91d13140dc6 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -5,7 +5,6 @@
SUBDIR= adjkerntz \
atacontrol \
- atm \
badsect \
bsdlabel \
camcontrol \
@@ -29,7 +28,6 @@ SUBDIR= adjkerntz \
growfs \
ifconfig \
init \
- ip6fw \
ipfw \
kldconfig \
kldload \
@@ -59,7 +57,6 @@ SUBDIR= adjkerntz \
nologin \
nos-tun \
ping \
- ping6 \
quotacheck \
raidctl \
rcorder \
@@ -80,6 +77,10 @@ SUBDIR= adjkerntz \
umount \
vinum
+.if !defined(NOATM)
+SUBDIR+=atm
+.endif
+
.if !defined(NO_CXX)
SUBDIR+=devd
.endif
@@ -92,6 +93,11 @@ SUBDIR+=ipf \
ipnat
.endif
+.if !defined(NOINET6)
+SUBDIR+=ip6fw \
+ ping6
+.endif
+
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=cxconfig
.if ${MACHINE} == "pc98"