mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
13 lines
125 B
Makefile
13 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= mt
|
|
SHLIBDIR?= /lib
|
|
SRCS= mtlib.c
|
|
INCS= mtlib.h
|
|
|
|
LIBADD= sbuf bsdxml
|
|
|
|
MAN= mt.3
|
|
|
|
.include <bsd.lib.mk>
|