a5de1230a9
Reported by: Alexander Polakov
15 lines
180 B
Makefile
15 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= concat
|
|
.if !defined(NO_CRYPT)
|
|
SUBDIR+=eli
|
|
.endif
|
|
SUBDIR+=label
|
|
SUBDIR+=mirror
|
|
SUBDIR+=nop
|
|
SUBDIR+=raid3
|
|
SUBDIR+=shsec
|
|
SUBDIR+=stripe
|
|
|
|
.include <bsd.subdir.mk>
|