summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tetris/Makefile')
-rw-r--r--tetris/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tetris/Makefile b/tetris/Makefile
index 25a3639a..c0ccc604 100644
--- a/tetris/Makefile
+++ b/tetris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/02/03 15:34:39 roy Exp $
+# $NetBSD: Makefile,v 1.8 2019/10/13 07:28:10 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= tetris
@@ -9,4 +9,6 @@ LDADD= -lterminfo
HIDEGAME=hidegame
SETGIDGAME=yes
+COPTS.tetris.c+= ${GCC_NO_FORMAT_TRUNCATION}
+
.include <bsd.prog.mk>