1# $FreeBSD: releng/11.0/sys/modules/geom/Makefile 295945 2016-02-24 00:39:36Z sobomax $
2
3SYSDIR?=${.CURDIR}/../..
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6SUBDIR=	geom_bde \
7	geom_cache \
8	geom_concat \
9	geom_eli \
10	geom_gate \
11	geom_journal \
12	geom_label \
13	geom_linux_lvm \
14	geom_mirror \
15	geom_mountver \
16	geom_multipath \
17	geom_nop \
18	geom_part \
19	geom_raid \
20	geom_raid3 \
21	geom_sched \
22	geom_shsec \
23	geom_stripe \
24	geom_uzip \
25	geom_vinum \
26	geom_virstor \
27	geom_zero
28
29.if ${MK_CCD} != "no" || defined(ALL_MODULES)
30SUBDIR+=	geom_ccd
31.endif
32
33.include <bsd.subdir.mk>
34