mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
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
13 lines
125 B
Makefile
13 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= mt
|
|
SHLIBDIR?= /lib
|
|
SRCS= mtlib.c
|
|
INCS= mtlib.h
|
|
|
|
LIBADD= sbuf bsdxml
|
|
|
|
MAN= mt.3
|
|
|
|
.include <bsd.lib.mk>
|