]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/geom/class/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>