Source-Changes-HG archive

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

[src/trunk]: src/usr.bin Remove redundant WARNS=5.



details:   https://anonhg.NetBSD.org/src/rev/90ea9eebf1c6
branches:  trunk
changeset: 789231:90ea9eebf1c6
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Aug 11 06:32:13 2013 +0000

description:
Remove redundant WARNS=5.

diffstat:

 usr.bin/login/Makefile       |  4 +---
 usr.bin/vndcompress/Makefile |  2 --
 2 files changed, 1 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r d79a0ae84f20 -r 90ea9eebf1c6 usr.bin/login/Makefile
--- a/usr.bin/login/Makefile    Sun Aug 11 06:31:00 2013 +0000
+++ b/usr.bin/login/Makefile    Sun Aug 11 06:32:13 2013 +0000
@@ -1,8 +1,6 @@
-#      $NetBSD: Makefile,v 1.55 2012/04/24 16:52:26 christos Exp $
+#      $NetBSD: Makefile,v 1.56 2013/08/11 06:32:13 dholland Exp $
 #      @(#)Makefile    8.1 (Berkeley) 7/19/93
 
-WARNS?=        5
-
 .include <bsd.own.mk>
 
 USE_FORT?= yes # setuid
diff -r d79a0ae84f20 -r 90ea9eebf1c6 usr.bin/vndcompress/Makefile
--- a/usr.bin/vndcompress/Makefile      Sun Aug 11 06:31:00 2013 +0000
+++ b/usr.bin/vndcompress/Makefile      Sun Aug 11 06:32:13 2013 +0000
@@ -7,8 +7,6 @@
 DPADD+=        ${LIBZ}
 LDADD+=        -lz
 
-WARNS= 5
-
 .include <bsd.prog.mk>
 
 TESTFILES+=    oneblock



Home | Main Index | Thread Index | Old Index