aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile27
1 files changed, 9 insertions, 18 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index c828b21145f8..3725270c4c3f 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -8,6 +8,7 @@
SUBDIR=adjkerntz \
badsect \
camcontrol \
+ ccdconfig \
clri \
comcontrol \
conscontrol \
@@ -30,8 +31,11 @@ SUBDIR=adjkerntz \
ggate \
growfs \
gvinum \
+ hastctl \
+ hastd \
ifconfig \
init \
+ iscontrol \
kldconfig \
kldload \
kldstat \
@@ -78,24 +82,10 @@ SUBDIR+= atm
SUBDIR+= casperd
.endif
-.if ${MK_CCD} != "no"
-SUBDIR+= ccdconfig
-.endif
-
.if ${MK_CXX} != "no"
SUBDIR+= devd
.endif
-.if ${MK_HAST} != "no"
-SUBDIR+= hastctl
-SUBDIR+= hastd
-.endif
-
-.if ${MK_INET6} != "no"
-SUBDIR+= ping6
-SUBDIR+= rtsol
-.endif
-
.if ${MK_IPFILTER} != "no"
SUBDIR+= ipf
.endif
@@ -105,10 +95,6 @@ SUBDIR+= ipfw
SUBDIR+= natd
.endif
-.if ${MK_ISCSI} != "no"
-SUBDIR+= iscontrol
-.endif
-
.if ${MK_NAND} != "no"
SUBDIR+= nandfs
SUBDIR+= newfs_nandfs
@@ -119,6 +105,11 @@ SUBDIR+= pfctl
SUBDIR+= pflogd
.endif
+.if ${MK_INET6} != "no"
+SUBDIR+= ping6
+SUBDIR+= rtsol
+.endif
+
.if ${MK_QUOTAS} != "no"
SUBDIR+= quotacheck
.endif