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