]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libmt/Makefile
zfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release) into stable/13
[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>