]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sbin/geom/class/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.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>