]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libmt/Makefile
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
[FreeBSD/FreeBSD.git] / lib / libmt / Makefile
1 # $FreeBSD$
2
3 LIB=            mt
4 SHLIBDIR?=      /lib
5 SRCS=           mtlib.c
6 INCS=           mtlib.h
7
8 LIBADD=         sbuf bsdxml
9
10 MAN=            mt.3
11
12 .include <bsd.lib.mk>