summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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 d464a31..0db93bc 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -63,8 +63,6 @@ FILES= DAEMON \
ipropd_slave \
ipsec \
${_ipxrouted} \
- iscsictl \
- iscsid \
${_kadmind} \
${_kdc} \
keyserv \
@@ -188,6 +186,11 @@ FILES+= bsnmpd
_ipxrouted= ipxrouted
.endif
+.if ${MK_ISCSI} != "no"
+FILES+= iscsictl
+FILES+= iscsid
+.endif
+
.if ${MK_JAIL} != "no"
FILES+= jail
.endif
OpenPOWER on IntegriCloud