f854db0bf5
providers with limited physical storage and add physical storage as needed. Submitted by: Ivan Voras Sponsored by: Google Summer of Code 2006 Approved by: re (kensmith)
22 lines
283 B
Makefile
22 lines
283 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+=multipath
|
|
SUBDIR+=nop
|
|
SUBDIR+=part
|
|
SUBDIR+=raid3
|
|
SUBDIR+=shsec
|
|
SUBDIR+=stripe
|
|
SUBDIR+=virstor
|
|
|
|
.include <bsd.subdir.mk>
|