mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
13 lines
143 B
Makefile
13 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= mt
|
|
SHLIBDIR?= /lib
|
|
SRCS= mtlib.c
|
|
INCS= mtlib.h
|
|
|
|
LIBADD= sbuf bsdxml
|
|
|
|
MAN= mt.3
|
|
|
|
.include <bsd.lib.mk>
|