summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-01-28 01:38:59 +0000
committerdholland <dholland@NetBSD.org>2008-01-28 01:38:59 +0000
commit02b84b6eaa176512e869c83c44c5e07176b29785 (patch)
tree60eb76b3198bfb7a52b05ab1742d694d4fc9125e /tetris/Makefile
parent12c671049d83cbb17b5bd554195b548dc34d065f (diff)
downloadbsdgames-darwin-02b84b6eaa176512e869c83c44c5e07176b29785.tar.gz
bsdgames-darwin-02b84b6eaa176512e869c83c44c5e07176b29785.tar.zst
bsdgames-darwin-02b84b6eaa176512e869c83c44c5e07176b29785.zip
Build with WARNS=4. (All fixes are cosmetic, except that it's definitely
bad karma to shadow a local variable with another of the same name in a nested block...)
Diffstat (limited to 'tetris/Makefile')
-rw-r--r--tetris/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tetris/Makefile b/tetris/Makefile
index b3650e3e..de56c55d 100644
--- a/tetris/Makefile
+++ b/tetris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1997/11/20 00:12:42 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2008/01/28 01:38:59 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= tetris
@@ -8,5 +8,6 @@ DPADD= ${LIBTERM}
LDADD= -ltermcap
HIDEGAME=hidegame
SETGIDGAME=yes
+WARNS= 4
.include <bsd.prog.mk>