summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 04:20:11 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 04:20:11 +0000
commit29002c447a2be3066b7fa926c39a37caedd45c4f (patch)
treecc630dc27e2a1db978ecedeb818121b48dd26c60 /sbin/Makefile
parenta0cd5317f225a81a46816691e7edf44ff8c29de5 (diff)
downloadFreeBSD-src-29002c447a2be3066b7fa926c39a37caedd45c4f.zip
FreeBSD-src-29002c447a2be3066b7fa926c39a37caedd45c4f.tar.gz
Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel
modules, etc MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 3725270..ae0db29 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -35,7 +35,6 @@ SUBDIR=adjkerntz \
hastd \
ifconfig \
init \
- iscontrol \
kldconfig \
kldload \
kldstat \
@@ -109,6 +108,10 @@ SUBDIR+= pflogd
SUBDIR+= ping6
SUBDIR+= rtsol
.endif
+
+.if ${MK_ISCSI} != "no"
+SUBDIR+= iscontrol
+.endif
.if ${MK_QUOTAS} != "no"
SUBDIR+= quotacheck
OpenPOWER on IntegriCloud