a609eb65b0
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>
|