]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/geom/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / geom / Makefile
1 # $FreeBSD$
2
3 SUBDIR= geom_bde \
4         geom_bsd \
5         geom_cache \
6         geom_ccd \
7         geom_concat \
8         geom_eli \
9         geom_fox \
10         geom_gate \
11         geom_journal \
12         geom_label \
13         geom_linux_lvm \
14         geom_mbr \
15         geom_mirror \
16         geom_mountver \
17         geom_multipath \
18         geom_nop \
19         geom_part \
20         geom_pc98 \
21         geom_raid \
22         geom_raid3 \
23         geom_sched \
24         geom_shsec \
25         geom_stripe \
26         geom_sunlabel \
27         geom_uzip \
28         geom_vinum \
29         geom_virstor \
30         geom_vol_ffs \
31         geom_zero
32
33 .include <bsd.subdir.mk>