aboutsummaryrefslogtreecommitdiff
path: root/sbin/sunlabel/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
commit13eb765f2d1a7497df9f56f5ca95950e04cb4c01 (patch)
tree69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/sunlabel/Makefile
parentcc0d90a7997d7483dcfb77b908a709fa5561a5fb (diff)
Convert sbin/ to LIBADD
Reduce overlinking
Notes
Notes: svn path=/head/; revision=275030
Diffstat (limited to 'sbin/sunlabel/Makefile')
-rw-r--r--sbin/sunlabel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile
index ed64bee5809c..21ccfd751a68 100644
--- a/sbin/sunlabel/Makefile
+++ b/sbin/sunlabel/Makefile
@@ -11,8 +11,7 @@ LINKS= ${BINDIR}/sunlabel ${BINDIR}/disklabel
MLINKS= sunlabel.8 disklabel.8
.endif
-DPADD= ${LIBGEOM}
-LDADD= -lgeom
+LIBADD= geom
.include <bsd.prog.mk>