summaryrefslogtreecommitdiffstats
path: root/worms
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2007-06-06 06:10:50 +0000
committerrillig <rillig@NetBSD.org>2007-06-06 06:10:50 +0000
commit2013e1a2ad4349d6106c721300119ea0e7a22333 (patch)
treea97db46755984b96c53e0e6a701966d652277725 /worms
parent66c51b004f9feb7d6a6c8d2dd580394eb70dc568 (diff)
downloadbsdgames-darwin-2013e1a2ad4349d6106c721300119ea0e7a22333.tar.gz
bsdgames-darwin-2013e1a2ad4349d6106c721300119ea0e7a22333.tar.zst
bsdgames-darwin-2013e1a2ad4349d6106c721300119ea0e7a22333.zip
Increased WARNS to 4, since it passes both gcc333 and gcc411 on i386.
Diffstat (limited to 'worms')
-rw-r--r--worms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/worms/Makefile b/worms/Makefile
index 31721eb2..546f37cd 100644
--- a/worms/Makefile
+++ b/worms/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2004/11/13 10:22:13 christos Exp $
+# $NetBSD: Makefile,v 1.8 2007/06/06 06:10:50 rillig Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-WARNS=3
PROG= worms
MAN= worms.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
+WARNS= 4
.include <bsd.prog.mk>