Source-Changes-HG archive

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

[src/trunk]: src/games/caesar Raised WARNS to 4.



details:   https://anonhg.NetBSD.org/src/rev/11ac19b8e309
branches:  trunk
changeset: 581080:11ac19b8e309
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon May 23 23:08:06 2005 +0000

description:
Raised WARNS to 4.

diffstat:

 games/caesar/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r c8acaa9d14f7 -r 11ac19b8e309 games/caesar/Makefile
--- a/games/caesar/Makefile     Mon May 23 23:02:30 2005 +0000
+++ b/games/caesar/Makefile     Mon May 23 23:08:06 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 1997/03/24 22:15:40 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2005/05/23 23:08:06 rillig Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  caesar
@@ -7,5 +7,6 @@
 LDADD= -lm
 MLINKS=        caesar.6 rot13.6
 SCRIPTS=rot13.sh
+WARNS= 4
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index