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.
10 lines
89 B
Makefile
10 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
CLASS= part
|
|
|
|
WARNS?= 4
|
|
|
|
.include <bsd.lib.mk>
|