aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-25 04:20:11 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-25 04:20:11 +0000
commitb29d6977f31adc2560a78f75c7b43d73fc10c93d (patch)
treecc630dc27e2a1db978ecedeb818121b48dd26c60 /etc
parent60e03a568c025fbb26a2547c291a0873ee840ee0 (diff)
downloadsrc-b29d6977f31adc2560a78f75c7b43d73fc10c93d.tar.gz
src-b29d6977f31adc2560a78f75c7b43d73fc10c93d.zip
Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel
modules, etc MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=277675
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 4994e9da8aa8..bb10868ad4fd 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