1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../misc
4
5GEOM_CLASS=	part
6
7DPADD=	${LIBUTIL}
8LDADD=	-lutil
9
10.include <bsd.lib.mk>
11