summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-13 21:32:05 +0000
committerngie <ngie@FreeBSD.org>2015-02-13 21:32:05 +0000
commit63d67d50be540d0855891771d662f55c0b27821a (patch)
treef2181ab1649ca3c068fe02ef9e6397e89685aae7 /etc/rc.d
parent4f93783a26fe1f05723201268b28fc82b2696370 (diff)
downloadFreeBSD-src-63d67d50be540d0855891771d662f55c0b27821a.zip
FreeBSD-src-63d67d50be540d0855891771d662f55c0b27821a.tar.gz
MFC r277678:
r277678: Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/rc.d')
-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