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)
Notes
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 802eed18ec191..b71c2f8ea69c3 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>