aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-09 21:26:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-09 21:26:38 +0000
commit32e5044debc19eeec85e0a957e2adcd415b48346 (patch)
tree4c790ea7a23f00a861b9249fd2f1f6927f1d54df /usr.bin
parentfe1d0c2daea6ba3f3af97cadb8ae48c3448a90ec (diff)
downloadsrc-32e5044debc19eeec85e0a957e2adcd415b48346.tar.gz
src-32e5044debc19eeec85e0a957e2adcd415b48346.zip
Convert mt(1) and libmt to LIBADD
While here fix missing link to libbsdxml for libmt Fix overlinking in mt(1) Make add an indirect libmt dependency on bsdxml to allow static linking if needed
Notes
Notes: svn path=/head/; revision=281332
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile
index 802eed18ec19..b71c2f8ea69c 100644
--- a/usr.bin/mt/Makefile
+++ b/usr.bin/mt/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= mt
-DPADD= ${LIBMT} ${LIBSBUF} ${LIBBSDXML}
-LDADD= -lmt -lsbuf -lbsdxml
+LIBADD= mt
.include <bsd.prog.mk>