diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-29 13:22:41 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-29 13:22:41 +0000 |
| commit | 401e25bd05d3529a603e447787673ac60ccb3e82 (patch) | |
| tree | 72758a498021b18a3f6585b47ae07484736519e8 /lib/libmp | |
| parent | 6375bbb6a8e28295b2d1cba0ff9064917ec1b9bd (diff) | |
Notes
Diffstat (limited to 'lib/libmp')
| -rw-r--r-- | lib/libmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
