From e146e39f9f07de6c687d47fbc4a72d61eca828e8 Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 11 Feb 2015 07:12:00 +0000 Subject: MFC r277725: r277725: Add MK_HAST knob for building and installing hastd(8), et al Sponsored by: EMC / Isilon Storage Division --- sbin/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sbin') 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 -- cgit v1.1