3cf55d3ab9
In order to support gpart(8), geom(8) needs to support a named argument. Also, optional string parameters are a requirement. Both have been added to the infrastructure. The former required all existing classes to be adjusted.
21 lines
267 B
Makefile
21 lines
267 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
|
|
|
|
.include <bsd.subdir.mk>
|