summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
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 'etc')
-rw-r--r--etc/rc.d/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 4994e9d..bb10868 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -66,8 +66,6 @@ FILES= DAEMON \
ipropd_master \
ipropd_slave \
ipsec \
- iscsictl \
- iscsid \
jail \
${_kadmind} \
${_kdc} \
@@ -174,6 +172,11 @@ _ubthidhci= ubthidhci
_casperd= casperd
.endif
+.if ${MK_ISCSI} != "no"
+FILES+= iscsictl
+FILES+= iscsid
+.endif
+
.if ${MK_NS_CACHING} != "no"
_nscd= nscd
.endif
OpenPOWER on IntegriCloud