]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libmt/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / lib / libmt / Makefile
1 # $FreeBSD$
2
3 PACKAGE=lib${LIB}
4 LIB=            mt
5 SHLIBDIR?=      /lib
6 SRCS=           mtlib.c
7 INCS=           mtlib.h
8
9 LIBADD=         sbuf bsdxml
10
11 MAN=            mt.3
12
13 .include <bsd.lib.mk>