Deleted Added
full compact
Makefile (163851) Makefile (167050)
1# $FreeBSD: head/sbin/geom/class/Makefile 163851 2006-10-31 22:22:30Z pjd $
1# $FreeBSD: head/sbin/geom/class/Makefile 167050 2007-02-27 04:01:58Z mjacob $
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+=multipath
13SUBDIR+=nop
14SUBDIR+=raid3
15SUBDIR+=shsec
16SUBDIR+=stripe
17
18.include <bsd.subdir.mk>
14SUBDIR+=nop
15SUBDIR+=raid3
16SUBDIR+=shsec
17SUBDIR+=stripe
18
19.include <bsd.subdir.mk>