]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/geom/class/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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+=multipath
14 SUBDIR+=nop
15 SUBDIR+=part
16 SUBDIR+=raid3
17 SUBDIR+=sched
18 SUBDIR+=shsec
19 SUBDIR+=stripe
20 SUBDIR+=virstor
21
22 .include <bsd.subdir.mk>