From 6b047416be9622d43fcc6acf8feafc498a3f8efc Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 26 Jan 2015 06:27:07 +0000 Subject: Add MK_HAST knob for building and installing hastd(8), et al MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- etc/rc.d/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/rc.d/Makefile') 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 -- cgit v1.1