aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/part/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/part/Makefile')
-rw-r--r--sbin/geom/class/part/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/geom/class/part/Makefile b/sbin/geom/class/part/Makefile
index 4b67de4ef415..341cd42b8c97 100644
--- a/sbin/geom/class/part/Makefile
+++ b/sbin/geom/class/part/Makefile
@@ -4,6 +4,7 @@
GEOM_CLASS= part
-LIBADD= util
+DPADD= ${LIBUTIL}
+LDADD= -lutil
.include <bsd.lib.mk>