freebsd-dev/lib/libmt/Makefile
Glen Barber a70cba9582 First pass through library packaging.
Sponsored by:	The FreeBSD Foundation
2016-02-04 21:16:35 +00:00

14 lines
143 B
Makefile

# $FreeBSD$
PACKAGE=lib${LIB}
LIB= mt
SHLIBDIR?= /lib
SRCS= mtlib.c
INCS= mtlib.h
LIBADD= sbuf bsdxml
MAN= mt.3
.include <bsd.lib.mk>