diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-30 09:25:30 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-30 09:25:30 +0000 |
| commit | c20e9fe932aca504115b6fd60254fd7e59f12c25 (patch) | |
| tree | 4402048ff29b7bee61d73a419093ce40ec265b2a | |
| parent | 8a7335c52247920cba4d3ff6a497eff825ca03e1 (diff) | |
Notes
| -rw-r--r-- | lib/libmp/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 35374a399474..7d8c9cb2de1b 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -2,12 +2,11 @@ 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 -SRCS= mpasbn.c -INCS= mp.h MAN= libmp.3 +INCS= mp.h +SRCS= mpasbn.c + +WARNS?= 2 +CFLAGS+= -ansi -pedantic .include <bsd.lib.mk> |
