summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 06:27:07 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 06:27:07 +0000
commit6b047416be9622d43fcc6acf8feafc498a3f8efc (patch)
treef9b26ec3aea5fcb8881f35ae243d14342c49285d /etc
parent70dc4fad7a93ca73cc531060c49f47e0bd97911a (diff)
downloadFreeBSD-src-6b047416be9622d43fcc6acf8feafc498a3f8efc.zip
FreeBSD-src-6b047416be9622d43fcc6acf8feafc498a3f8efc.tar.gz
Add MK_HAST knob for building and installing hastd(8), et al
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 3cd0711..21ddb36 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -48,7 +48,6 @@ FILES= DAEMON \
gptboot \
growfs \
gssd \
- hastd \
${_hcsecd} \
hostapd \
hostid \
@@ -178,6 +177,10 @@ _casperd= casperd
FILES+= ccd
.endif
+.if ${MK_HAST} != "no"
+FILES+= hastd
+.endif
+
.if ${MK_ISCSI} != "no"
FILES+= iscsictl
FILES+= iscsid
OpenPOWER on IntegriCloud