aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/part/Makefile
blob: 341cd42b8c976d7130155abec41381a39f7c29dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH: ${.CURDIR}/../../misc

GEOM_CLASS=	part

DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.lib.mk>