summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tetris/Makefile')
-rw-r--r--tetris/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tetris/Makefile b/tetris/Makefile
index de56c55d..19122c16 100644
--- a/tetris/Makefile
+++ b/tetris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/01/28 01:38:59 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2008/01/28 07:03:59 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= tetris
@@ -8,6 +8,5 @@ DPADD= ${LIBTERM}
LDADD= -ltermcap
HIDEGAME=hidegame
SETGIDGAME=yes
-WARNS= 4
.include <bsd.prog.mk>