summaryrefslogtreecommitdiffstats
path: root/lib/libmp/Makefile
blob: a6381f33be2d52d6844a377cf3165f7355fc5c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $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
MAN3=		libmp.3

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud