summaryrefslogtreecommitdiffstats
path: root/sys/modules
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 /sys/modules
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 'sys/modules')
-rw-r--r--sys/modules/geom/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/modules/geom/Makefile b/sys/modules/geom/Makefile
index 7416640..f803af0 100644
--- a/sys/modules/geom/Makefile
+++ b/sys/modules/geom/Makefile
@@ -1,9 +1,10 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
SUBDIR= geom_bde \
geom_bsd \
geom_cache \
- geom_ccd \
geom_concat \
geom_eli \
geom_fox \
@@ -31,4 +32,8 @@ SUBDIR= geom_bde \
geom_vol_ffs \
geom_zero
+.if ${MK_CCD} != "no" || defined(ALL_MODULES)
+SUBDIR+= geom_ccd
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud