freebsd-skq/sbin/geom/class/Makefile
2005-08-27 20:51:12 +00:00

15 lines
204 B
Makefile

# $FreeBSD$
SUBDIR= concat
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
SUBDIR+=eli
.endif
SUBDIR+=label
SUBDIR+=mirror
SUBDIR+=nop
SUBDIR+=raid3
SUBDIR+=shsec
SUBDIR+=stripe
.include <bsd.subdir.mk>