]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/geom/class/Makefile
This commit was generated by cvs2svn to compensate for changes in r161863,
[FreeBSD/FreeBSD.git] / sbin / geom / class / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= concat
6 .if ${MK_OPENSSL} != "no"
7 SUBDIR+=eli
8 .endif
9 SUBDIR+=label
10 SUBDIR+=mirror
11 SUBDIR+=nop
12 SUBDIR+=raid3
13 SUBDIR+=shsec
14 SUBDIR+=stripe
15
16 .include <bsd.subdir.mk>