]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/geom/class/Makefile
This commit was generated by cvs2svn to compensate for changes in r165071,
[FreeBSD/FreeBSD.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+=nop
14 SUBDIR+=raid3
15 SUBDIR+=shsec
16 SUBDIR+=stripe
17
18 .include <bsd.subdir.mk>