summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-11 07:12:00 +0000
committerngie <ngie@FreeBSD.org>2015-02-11 07:12:00 +0000
commite146e39f9f07de6c687d47fbc4a72d61eca828e8 (patch)
treee38bd5ffa708bd38a7e3ce0440b40e60c41c643e /sbin
parentbf4551aa326eb2d4436b7fc27395c12c5fd7c28b (diff)
downloadFreeBSD-src-e146e39f9f07de6c687d47fbc4a72d61eca828e8.zip
FreeBSD-src-e146e39f9f07de6c687d47fbc4a72d61eca828e8.tar.gz
MFC r277725:
r277725: Add MK_HAST knob for building and installing hastd(8), et al Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sbin')
-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