summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index f28d311..74659cc 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -31,8 +31,6 @@ SUBDIR=adjkerntz \
ggate \
growfs \
gvinum \
- hastctl \
- hastd \
ifconfig \
init \
kldconfig \
@@ -81,6 +79,11 @@ SUBDIR+= atm
SUBDIR+= devd
.endif
+.if ${MK_HAST} != "no"
+SUBDIR+= hastctl
+SUBDIR+= hastd
+.endif
+
.if ${MK_INET6} != "no"
SUBDIR+= ping6
SUBDIR+= rtsol
OpenPOWER on IntegriCloud