freebsd-dev/lib/libmt/Makefile
Baptiste Daroussin 32e5044deb Convert mt(1) and libmt to LIBADD
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
2015-04-09 21:26:38 +00:00

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>