summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2020-09-06 10:51:20 +0000
committermrg <mrg@NetBSD.org>2020-09-06 10:51:20 +0000
commitc2232c803a2e3124372cf4ce0407ef660e2560a0 (patch)
tree0887869f40c357d42bff416e99182e3252f0a2a6
parent2aaa34b310b2b262317f5d78009b5a0f17515847 (diff)
downloadbsdgames-darwin-c2232c803a2e3124372cf4ce0407ef660e2560a0.tar.gz
bsdgames-darwin-c2232c803a2e3124372cf4ce0407ef660e2560a0.tar.zst
bsdgames-darwin-c2232c803a2e3124372cf4ce0407ef660e2560a0.zip
apply ${GCC_NO_FORMAT_TRUNCATION} to scores.c
-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>