Deleted Added
full compact
Makefile (172302) Makefile (202437)
1# $FreeBSD: head/sbin/geom/class/Makefile 172302 2007-09-23 07:34:23Z pjd $
1# $FreeBSD: head/sbin/geom/class/Makefile 202437 2010-01-16 09:52:49Z trasz $
2
3.include <bsd.own.mk>
4
5SUBDIR= cache
6SUBDIR+=concat
7.if ${MK_OPENSSL} != "no"
8SUBDIR+=eli
9.endif
10SUBDIR+=journal
11SUBDIR+=label
12SUBDIR+=mirror
2
3.include <bsd.own.mk>
4
5SUBDIR= cache
6SUBDIR+=concat
7.if ${MK_OPENSSL} != "no"
8SUBDIR+=eli
9.endif
10SUBDIR+=journal
11SUBDIR+=label
12SUBDIR+=mirror
13SUBDIR+=mountver
13SUBDIR+=multipath
14SUBDIR+=nop
15SUBDIR+=part
16SUBDIR+=raid3
17SUBDIR+=shsec
18SUBDIR+=stripe
19SUBDIR+=virstor
20
21.include <bsd.subdir.mk>
14SUBDIR+=multipath
15SUBDIR+=nop
16SUBDIR+=part
17SUBDIR+=raid3
18SUBDIR+=shsec
19SUBDIR+=stripe
20SUBDIR+=virstor
21
22.include <bsd.subdir.mk>