summaryrefslogtreecommitdiffstats
path: root/worm
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-01-28 01:10:23 +0000
committerdholland <dholland@NetBSD.org>2008-01-28 01:10:23 +0000
commiteebfd3a44426472fd58056f930dfe09f8b3974de (patch)
tree2dd23e6c29708772a418820af2f3882c1c2d1011 /worm
parent27f227b664963d723d982dd6eb412a1107484971 (diff)
downloadbsdgames-darwin-eebfd3a44426472fd58056f930dfe09f8b3974de.tar.gz
bsdgames-darwin-eebfd3a44426472fd58056f930dfe09f8b3974de.tar.zst
bsdgames-darwin-eebfd3a44426472fd58056f930dfe09f8b3974de.zip
This builds with WARNS=4; set it in the Makefile so it stays that way.
Diffstat (limited to 'worm')
-rw-r--r--worm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/worm/Makefile b/worm/Makefile
index 355cde96..ed68796b 100644
--- a/worm/Makefile
+++ b/worm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/02/18 22:37:32 jtc Exp $
+# $NetBSD: Makefile,v 1.7 2008/01/28 01:10:23 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= worm
@@ -6,5 +6,6 @@ MAN= worm.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
HIDEGAME=hidegame
+WARNS= 4
.include <bsd.prog.mk>