Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/nvi/build Use WARNS=4



details:   https://anonhg.NetBSD.org/src/rev/2974b8ea3dcb
branches:  trunk
changeset: 778280:2974b8ea3dcb
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Mar 21 05:44:39 2012 +0000

description:
Use WARNS=4

diffstat:

 usr.bin/nvi/build/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8f9890916450 -r 2974b8ea3dcb usr.bin/nvi/build/Makefile
--- a/usr.bin/nvi/build/Makefile        Wed Mar 21 05:43:55 2012 +0000
+++ b/usr.bin/nvi/build/Makefile        Wed Mar 21 05:44:39 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2011/08/17 12:57:19 christos Exp $
+#      $NetBSD: Makefile,v 1.17 2012/03/21 05:44:39 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -56,6 +56,8 @@
 .include "../Makefile.inc"
 .include "../../Makefile.inc"
 
+WARNS= 4
+
 .PATH: ${DIST}/vi ${DIST}/ex ${DIST}/cl
 .PATH: ${DIST}/common
 .PATH: ${DIST}/regex



Home | Main Index | Thread Index | Old Index