Deleted Added
full compact
Makefile (156813) Makefile (163048)
1# $FreeBSD: head/sbin/geom/class/Makefile 156813 2006-03-17 18:54:44Z ru $
1# $FreeBSD: head/sbin/geom/class/Makefile 163048 2006-10-06 08:27:07Z ru $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5SUBDIR= concat
5SUBDIR= cache
6SUBDIR+=concat
6.if ${MK_OPENSSL} != "no"
7SUBDIR+=eli
8.endif
9SUBDIR+=label
10SUBDIR+=mirror
11SUBDIR+=nop
12SUBDIR+=raid3
13SUBDIR+=shsec
14SUBDIR+=stripe
15
16.include <bsd.subdir.mk>
7.if ${MK_OPENSSL} != "no"
8SUBDIR+=eli
9.endif
10SUBDIR+=label
11SUBDIR+=mirror
12SUBDIR+=nop
13SUBDIR+=raid3
14SUBDIR+=shsec
15SUBDIR+=stripe
16
17.include <bsd.subdir.mk>