summaryrefslogtreecommitdiffstats
path: root/usr.bin/mt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-09 21:26:38 +0000
committerbapt <bapt@FreeBSD.org>2015-04-09 21:26:38 +0000
commita609eb65b0f85a5fac050d344345ffc37d3b3377 (patch)
tree4c790ea7a23f00a861b9249fd2f1f6927f1d54df /usr.bin/mt
parent7952f9855696db5fb0528cd82b4803bd3e752150 (diff)
downloadFreeBSD-src-a609eb65b0f85a5fac050d344345ffc37d3b3377.zip
FreeBSD-src-a609eb65b0f85a5fac050d344345ffc37d3b3377.tar.gz
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
Diffstat (limited to 'usr.bin/mt')
-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 802eed1..b71c2f8 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>
OpenPOWER on IntegriCloud