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