summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
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 '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 0db93bc..ad3fb66 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -46,7 +46,6 @@ FILES= DAEMON \
geli2 \
gptboot \
gssd \
- hastd \
${_hcsecd} \
hostid \
hostid_save \
@@ -186,6 +185,10 @@ FILES+= bsnmpd
_ipxrouted= ipxrouted
.endif
+.if ${MK_HAST} != "no"
+FILES+= hastd
+.endif
+
.if ${MK_ISCSI} != "no"
FILES+= iscsictl
FILES+= iscsid
OpenPOWER on IntegriCloud