diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 21:26:38 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 21:26:38 +0000 |
| commit | 32e5044debc19eeec85e0a957e2adcd415b48346 (patch) | |
| tree | 4c790ea7a23f00a861b9249fd2f1f6927f1d54df /usr.bin/mt | |
| parent | fe1d0c2daea6ba3f3af97cadb8ae48c3448a90ec (diff) | |
Notes
Diffstat (limited to 'usr.bin/mt')
| -rw-r--r-- | usr.bin/mt/Makefile | 3 |
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> |
