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