summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
diff options
context:
space:
mode:
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 c0ccc604..43112240 100644
--- a/tetris/Makefile
+++ b/tetris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/10/13 07:28:10 mrg Exp $
+# $NetBSD: Makefile,v 1.9 2020/09/06 10:51:20 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= tetris
@@ -10,5 +10,6 @@ HIDEGAME=hidegame
SETGIDGAME=yes
COPTS.tetris.c+= ${GCC_NO_FORMAT_TRUNCATION}
+COPTS.scores.c+= ${GCC_NO_FORMAT_TRUNCATION}
.include <bsd.prog.mk>