]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libmp/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libmp / Makefile
1 # $FreeBSD$
2
3 LIB=            mp
4 SHLIB_MAJOR=    7
5 DPADD=          ${LIBCRYPTO}
6 LDADD=          -lcrypto
7 MAN=            libmp.3
8 INCS=           mp.h
9 SRCS=           mpasbn.c
10
11 CFLAGS+=        -I${.CURDIR}/../../crypto
12
13 VERSION_DEF=    ${.CURDIR}/../libc/Versions.def
14 SYMBOL_MAPS=    ${.CURDIR}/Symbol.map
15
16 .include <bsd.lib.mk>