summaryrefslogtreecommitdiffstats
path: root/lib/libmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmp/Makefile')
-rw-r--r--lib/libmp/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
index 2aed4e9..6c51c57 100644
--- a/lib/libmp/Makefile
+++ b/lib/libmp/Makefile
@@ -1,14 +1,17 @@
# $FreeBSD$
LIB= mp
-SHLIB_MAJOR= 6
+SHLIB_MAJOR= 7
DPADD= ${LIBCRYPTO}
LDADD= -lcrypto
MAN= libmp.3
INCS= mp.h
SRCS= mpasbn.c
-WARNS?= 0
+WARNS?= 6
CFLAGS+= -I${.CURDIR}/../../crypto
+VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+SYMBOL_MAPS= ${.CURDIR}/Symbol.map
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud