]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/geom/class/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / geom / class / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= cache
6 SUBDIR+=concat
7 .if ${MK_OPENSSL} != "no"
8 SUBDIR+=eli
9 .endif
10 SUBDIR+=journal
11 SUBDIR+=label
12 SUBDIR+=mirror
13 SUBDIR+=mountver
14 SUBDIR+=multipath
15 SUBDIR+=nop
16 SUBDIR+=part
17 SUBDIR+=raid
18 SUBDIR+=raid3
19 SUBDIR+=sched
20 SUBDIR+=shsec
21 SUBDIR+=stripe
22 SUBDIR+=virstor
23
24 .include <bsd.subdir.mk>