Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set.

This commit is contained in:
Dima Dorfman 2001-07-29 13:22:41 +00:00
parent 6375bbb6a8
commit 401e25bd05

View File

@ -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