summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 435104e..fe6c664 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -21,7 +21,6 @@ FILES= DAEMON \
bootparams \
bridge \
${_bthidd} \
- ccd \
cleanvar \
cleartmp \
cron \
@@ -185,14 +184,18 @@ _ubthidhci= ubthidhci
FILES+= bsnmpd
.endif
-.if ${MK_IPX} != "no"
-_ipxrouted= ipxrouted
+.if ${MK_CCD} != "no"
+FILES+= ccd
.endif
.if ${MK_HAST} != "no"
FILES+= hastd
.endif
+.if ${MK_IPX} != "no"
+_ipxrouted= ipxrouted
+.endif
+
.if ${MK_ISCSI} != "no"
FILES+= iscsictl
FILES+= iscsid
OpenPOWER on IntegriCloud