Module Name: src
Committed By: dholland
Date: Sun Aug 11 03:27:02 UTC 2013
Modified Files:
src/games/ching: Makefile.inc
Log Message:
this already passes WARNS=5
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/games/ching/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/ching/Makefile.inc
diff -u src/games/ching/Makefile.inc:1.2 src/games/ching/Makefile.inc:1.3
--- src/games/ching/Makefile.inc:1.2 Thu Jun 4 06:51:11 2009
+++ src/games/ching/Makefile.inc Sun Aug 11 03:27:02 2013
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.inc,v 1.2 2009/06/04 06:51:11 dholland Exp $
+# $NetBSD: Makefile.inc,v 1.3 2013/08/11 03:27:02 dholland Exp $
CPPFLAGS+=-I${.CURDIR}/../include
BINDIR?=/usr/games
-WARNS?=4
+WARNS?=5