]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libmp/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / lib / libmp / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PACKAGE=lib${LIB}
6 LIB=            mp
7 SHLIB_MAJOR=    7
8 LIBADD=         crypto
9 MAN=            libmp.3
10 INCS=           mp.h
11 SRCS=           mpasbn.c
12
13 CFLAGS+=        -I${SRCTOP}/crypto
14
15 VERSION_DEF=    ${SRCTOP}/lib/libc/Versions.def
16 SYMBOL_MAPS=    ${.CURDIR}/Symbol.map
17
18 HAS_TESTS=
19 SUBDIR.${MK_TESTS}+= tests
20
21 .include <bsd.lib.mk>