]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/geom/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / modules / geom / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= geom_bde \
6         geom_bsd \
7         geom_cache \
8         geom_concat \
9         geom_eli \
10         geom_fox \
11         geom_gate \
12         geom_journal \
13         geom_label \
14         geom_linux_lvm \
15         geom_mbr \
16         geom_mirror \
17         geom_mountver \
18         geom_multipath \
19         geom_nop \
20         geom_part \
21         geom_pc98 \
22         geom_raid \
23         geom_raid3 \
24         geom_sched \
25         geom_shsec \
26         geom_stripe \
27         geom_sunlabel \
28         geom_uncompress \
29         geom_uzip \
30         geom_vinum \
31         geom_virstor \
32         geom_vol_ffs \
33         geom_zero
34
35 .if ${MK_CCD} != "no" || defined(ALL_MODULES)
36 SUBDIR+=        geom_ccd
37 .endif
38
39 .include <bsd.subdir.mk>