summaryrefslogtreecommitdiffstats
path: root/share
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 /share
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 'share')
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/mk/src.opts.mk1
2 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 5c07303..8bfd875 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -91,7 +91,7 @@ MAN= aac.4 \
cc_htcp.4 \
cc_newreno.4 \
cc_vegas.4 \
- ccd.4 \
+ ${_ccd.4} \
cd.4 \
cdce.4 \
ch.4 \
@@ -858,6 +858,10 @@ _nvram2env.4= nvram2env.4
SUBDIR= man4.${MACHINE_CPUARCH}
.endif
+.if ${MK_CCD} != "no"
+_ccd.4= ccd.4
+.endif
+
.if ${MK_ISCSI} != "no"
MAN+= iscsi.4
MAN+= iscsi_initiator.4
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 0fcf0cc..8082b14 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -63,6 +63,7 @@ __DEFAULT_YES_OPTIONS = \
CALENDAR \
CAPSICUM \
CASPER \
+ CCD \
CDDL \
CPP \
CROSS_COMPILER \
OpenPOWER on IntegriCloud