1# $FreeBSD$ 2 3LIB= mt 4SHLIBDIR?= /lib 5SRCS= mtlib.c 6INCS= mtlib.h 7 8LIBADD= sbuf bsdxml 9 10MAN= mt.3 11 12.include <bsd.lib.mk> 13