]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sbin/geom/class/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / sbin / geom / class / Makefile
1 # $FreeBSD$
2
3 SUBDIR= concat
4 .if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
5 SUBDIR+=eli
6 .endif
7 SUBDIR+=label
8 SUBDIR+=mirror
9 SUBDIR+=nop
10 SUBDIR+=raid3
11 SUBDIR+=shsec
12 SUBDIR+=stripe
13
14 .include <bsd.subdir.mk>