Makefile revision 140075
1# $FreeBSD: head/sbin/geom/class/Makefile 140075 2005-01-11 18:18:40Z pjd $
2
3SUBDIR=	concat
4SUBDIR+=label
5SUBDIR+=mirror
6SUBDIR+=nop
7SUBDIR+=raid3
8SUBDIR+=shsec
9SUBDIR+=stripe
10
11.include <bsd.subdir.mk>
12