Makefile revision 163048
1# $FreeBSD: head/sbin/geom/class/Makefile 163048 2006-10-06 08:27:07Z ru $
2
3.include <bsd.own.mk>
4
5SUBDIR=	cache
6SUBDIR+=concat
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>
18