diff options
| author | joerg <joerg@NetBSD.org> | 2011-05-25 15:24:07 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-05-25 15:24:07 +0000 |
| commit | b52fa9f4723730fbceb5015a656adc0321362a3d (patch) | |
| tree | fc6b29b66755c5bafb335316058b1f2e10022d67 /gnu | |
| parent | 2634c56c469be829ce7e91329a1ca53e2750aa3d (diff) | |
Set WARNS explicitly to 0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index eac9e40b1d9..4ca49815efd 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2010/02/03 15:34:39 roy Exp $ +# $NetBSD: Makefile,v 1.27 2011/05/25 15:24:07 joerg Exp $ .include <bsd.own.mk> @@ -13,6 +13,8 @@ LDADD+= -ll -ledit -lterminfo DPADD+= ${LIBL} ${LIBEDIT} ${LIBTERMINFO} YHEADER=1 +WARNS?= 0 # pointer sign issues + TEXINFO= bc.texi .PATH: ${DIST}/bc/bc ${DIST}/bc/lib ${DIST}/bc/doc |
