mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
13 lines
216 B
Makefile
13 lines
216 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= mp
|
|
SHLIB_MAJOR= 4
|
|
CFLAGS+= -ansi -pedantic
|
|
WARNS?= 2
|
|
# openssl/bn.h isn't WARNS-safe, but I still want the warings.
|
|
NO_WERROR= yes
|
|
SRCS= mpasbn.c
|
|
INCS= mp.h
|
|
MAN= libmp.3
|
|
|
|
.include <bsd.lib.mk>
|