summaryrefslogtreecommitdiffstats
path: root/share
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 /share
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 'share')
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/mk/bsd.own.mk1
2 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 8a7165b..c1e5154 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 \
@@ -862,6 +862,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/bsd.own.mk b/share/mk/bsd.own.mk
index 5cccf9f..e2aa966 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -266,6 +266,7 @@ __DEFAULT_YES_OPTIONS = \
BZIP2 \
CALENDAR \
CAPSICUM \
+ CCD \
CDDL \
CPP \
CROSS_COMPILER \
OpenPOWER on IntegriCloud