freebsd-dev/sbin/geom/class/part/Makefile
Marcel Moolenaar 3cf55d3ab9 Add gpart(8).
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.
2007-05-15 20:25:18 +00:00

10 lines
89 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../misc
CLASS= part
WARNS?= 4
.include <bsd.lib.mk>