]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/geom/Makefile
Remove GEOM_SCHED class and gsched tool.
[FreeBSD/FreeBSD.git] / sys / modules / geom / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${SRCTOP}/sys
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 SUBDIR= 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_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)
30 SUBDIR+=        geom_ccd
31 .endif
32
33 .include <bsd.subdir.mk>