mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
12 lines
125 B
Makefile
12 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>
|