15 lines
204 B
Makefile
Raw Normal View History

# $FreeBSD$
SUBDIR= concat
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
SUBDIR+=eli
.endif
SUBDIR+=label
SUBDIR+=mirror
SUBDIR+=nop
2004-08-16 06:36:21 +00:00
SUBDIR+=raid3
2005-01-11 18:18:40 +00:00
SUBDIR+=shsec
SUBDIR+=stripe
.include <bsd.subdir.mk>