mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
13 lines
138 B
Makefile
13 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= mt
|
|
SHLIBDIR?= /lib
|
|
SRCS= mtlib.c
|
|
INCS= mtlib.h
|
|
|
|
DPADD= ${LIBSBUF}
|
|
LDADD= -lsbuf
|
|
|
|
MAN= mt.3
|
|
|
|
.include <bsd.lib.mk>
|