diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
commit | 13eb765f2d1a7497df9f56f5ca95950e04cb4c01 (patch) | |
tree | 69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/sunlabel/Makefile | |
parent | cc0d90a7997d7483dcfb77b908a709fa5561a5fb (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/Makefile | 3 |
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> |