summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 04:52:48 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 04:52:48 +0000
commited476849d331bd54d76f9e5652537bbb9fa233a4 (patch)
tree6f0504e58df3d511227df3c604c610832ddb7fea /etc
parentb7d970adae001cb6bee81cfb7e348f39ed6c66d2 (diff)
downloadFreeBSD-src-ed476849d331bd54d76f9e5652537bbb9fa233a4.zip
FreeBSD-src-ed476849d331bd54d76f9e5652537bbb9fa233a4.tar.gz
Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index bb10868..465f341 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -30,7 +30,6 @@ FILES= DAEMON \
bsnmpd \
${_bthidd} \
${_casperd} \
- ccd \
cleanvar \
cleartmp \
cron \
@@ -172,6 +171,10 @@ _ubthidhci= ubthidhci
_casperd= casperd
.endif
+.if ${MK_CCD} != "no"
+FILES+= ccd
+.endif
+
.if ${MK_ISCSI} != "no"
FILES+= iscsictl
FILES+= iscsid
OpenPOWER on IntegriCloud