summaryrefslogtreecommitdiffstats
path: root/rogue
diff options
context:
space:
mode:
Diffstat (limited to 'rogue')
-rw-r--r--rogue/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/rogue/Makefile b/rogue/Makefile
index 800b192f..e46f5173 100644
--- a/rogue/Makefile
+++ b/rogue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/06/11 14:18:16 kamil Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/13 07:28:09 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rogue
@@ -14,5 +14,7 @@ MAN= rogue.6
SUBDIR.roff+=USD.doc
+COPTS.score.c+= ${GCC_NO_FORMAT_TRUNCATION}
+
.include <bsd.prog.mk>
.include <bsd.subdir.mk>