Convert usr.sbin to LIBADD

Reduce overlinking
This commit is contained in:
Baptiste Daroussin
2014-11-25 16:57:27 +00:00
parent c97038fa5a
commit c6db8143ed
163 changed files with 178 additions and 434 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
PROG= gstat
MAN= gstat.8
DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBEDIT} ${LIBNCURSESW}
LDADD= -ldevstat -lkvm -lgeom -lbsdxml -lsbuf -ledit -lncursesw
LIBADD= devstat geom edit ncursesw
.include <bsd.prog.mk>