32e5044deb
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
8 lines
94 B
Makefile
8 lines
94 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= mt
|
|
LIBADD= mt
|
|
|
|
.include <bsd.prog.mk>
|