]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libmt/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / libmt / Makefile
1 # $FreeBSD$
2
3 LIB=            mt
4 SHLIBDIR?=      /lib
5 SRCS=           mtlib.c
6 INCS=           mtlib.h
7
8 DPADD=          ${LIBSBUF}
9 LDADD=          -lsbuf
10
11 MAN=            mt.3
12
13 .include <bsd.lib.mk>