f348204c94
Sponsored by: home.pl
19 lines
236 B
Makefile
19 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= cache
|
|
SUBDIR+=concat
|
|
.if ${MK_OPENSSL} != "no"
|
|
SUBDIR+=eli
|
|
.endif
|
|
SUBDIR+=journal
|
|
SUBDIR+=label
|
|
SUBDIR+=mirror
|
|
SUBDIR+=nop
|
|
SUBDIR+=raid3
|
|
SUBDIR+=shsec
|
|
SUBDIR+=stripe
|
|
|
|
.include <bsd.subdir.mk>
|