From 401e25bd05d3529a603e447787673ac60ccb3e82 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sun, 29 Jul 2001 13:22:41 +0000 Subject: [PATCH] Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set. --- lib/libmp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 81937867532f..c8b3648348b9 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -1,10 +1,11 @@ # $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 -SHLIB_MAJOR= 4 SRCS= mpasbn.c INCS= mp.h MAN3= mp.3