Makefile revision 148649
1# $FreeBSD: head/sbin/geom/class/Makefile 148649 2005-08-02 20:12:30Z ru $
2
3SUBDIR=	concat
4.if !defined(NO_CRYPT)
5SUBDIR+=eli
6.endif
7SUBDIR+=label
8SUBDIR+=mirror
9SUBDIR+=nop
10SUBDIR+=raid3
11SUBDIR+=shsec
12SUBDIR+=stripe
13
14.include <bsd.subdir.mk>
15