Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/sed WARNS=2



details:   https://anonhg.NetBSD.org/src/rev/45af9e88504c
branches:  trunk
changeset: 532732:45af9e88504c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 14 00:37:29 2002 +0000

description:
WARNS=2

diffstat:

 usr.bin/sed/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 0082f9c9e667 -r 45af9e88504c usr.bin/sed/Makefile
--- a/usr.bin/sed/Makefile      Fri Jun 14 00:34:58 2002 +0000
+++ b/usr.bin/sed/Makefile      Fri Jun 14 00:37:29 2002 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.9 2002/04/23 20:21:03 thorpej Exp $
+#      $NetBSD: Makefile,v 1.10 2002/06/14 00:37:29 wiz Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
 .include <bsd.own.mk>
 
 PROG=  sed
 SRCS=  compile.c main.c misc.c process.c
+WARNS= 2
 
 .if (${MACHINE_CPU} == "sh3")
 COPTS+= -O0



Home | Main Index | Thread Index | Old Index