Source-Changes-HG archive

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

[src/trunk]: src/bin/ls enable WARNS?= 2



details:   https://anonhg.NetBSD.org/src/rev/b8f932d3bf7e
branches:  trunk
changeset: 516234:b8f932d3bf7e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Oct 19 00:59:07 2001 +0000

description:
enable WARNS?= 2

diffstat:

 bin/ls/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r c4ed1b413b49 -r b8f932d3bf7e bin/ls/Makefile
--- a/bin/ls/Makefile   Fri Oct 19 00:53:21 2001 +0000
+++ b/bin/ls/Makefile   Fri Oct 19 00:59:07 2001 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile,v 1.11 1999/05/17 12:16:03 lukem Exp $
+#      $NetBSD: Makefile,v 1.12 2001/10/19 00:59:07 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/2/93
 
 PROG=  ls
 SRCS=  cmp.c ls.c main.c print.c stat_flags.c util.c
 
+WARNS?=        2
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index