1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80540

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