]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/geom/class/Makefile
This commit was generated by cvs2svn to compensate for changes in r153200,
[FreeBSD/FreeBSD.git] / 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>