summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
Diffstat (limited to 'hunt')
-rw-r--r--hunt/hunt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/hunt/hunt/Makefile b/hunt/hunt/Makefile
index 602b31fd..e7584aa1 100644
--- a/hunt/hunt/Makefile
+++ b/hunt/hunt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/03/30 02:26:09 dholland Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/13 07:28:09 mrg Exp $
PROG= hunt
SRCS= connect.c hunt.c otto.c playit.c server.c
@@ -9,4 +9,6 @@ HIDEGAME=hidegame
CPPFLAGS+=-I${.CURDIR}/../include
+COPTS.hunt.c+= ${GCC_NO_STRINGOP_TRUNCATION}
+
.include <bsd.prog.mk>