Deleted Added
full compact
Makefile (132905) Makefile (133812)
1# $FreeBSD: head/sbin/geom/class/Makefile 132905 2004-07-30 23:18:53Z pjd $
1# $FreeBSD: head/sbin/geom/class/Makefile 133812 2004-08-16 06:36:21Z pjd $
2
3SUBDIR= concat
4SUBDIR+=label
5SUBDIR+=mirror
6SUBDIR+=nop
2
3SUBDIR= concat
4SUBDIR+=label
5SUBDIR+=mirror
6SUBDIR+=nop
7SUBDIR+=raid3
7SUBDIR+=stripe
8
9.include <bsd.subdir.mk>
8SUBDIR+=stripe
9
10.include <bsd.subdir.mk>