diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 05:44:07 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 05:44:07 +0000 |
commit | c2cc554bbeb6071cb62024923567f1c908f5eb7b (patch) | |
tree | b7e22a2dedd5d9acf35b72d94391c40e7763342e /lib/libmp | |
parent | e1f91dbd18bd570d581ce5fac4660c3dcd429f3d (diff) |
Notes
Diffstat (limited to 'lib/libmp')
-rw-r--r-- | lib/libmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 6bb7f79c45c70..26ff2c88f2846 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -6,7 +6,7 @@ MAN= libmp.3 INCS= mp.h SRCS= mpasbn.c -WARNS?= 2 +WARNS?= 0 CFLAGS+= -I${.CURDIR}/../../crypto .include <bsd.lib.mk> |