summaryrefslogtreecommitdiffstats
path: root/lib/libmp/Makefile
blob: 2aed4e94a1f3706292223e9817dae726c6603c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

LIB=		mp
SHLIB_MAJOR=	6
DPADD=		${LIBCRYPTO}
LDADD=		-lcrypto
MAN=		libmp.3
INCS=		mp.h
SRCS=		mpasbn.c

WARNS?=		0
CFLAGS+=	-I${.CURDIR}/../../crypto

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