mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
149 B
Makefile
12 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= mp
|
|
SHLIB_MAJOR= 4
|
|
MAN= libmp.3
|
|
INCS= mp.h
|
|
SRCS= mpasbn.c
|
|
|
|
WARNS?= 0
|
|
CFLAGS+= -I${.CURDIR}/../../crypto
|
|
|
|
.include <bsd.lib.mk>
|