summaryrefslogtreecommitdiffstats
path: root/trek
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2011-08-16 11:28:18 +0000
committerchristos <christos@NetBSD.org>2011-08-16 11:28:18 +0000
commitbc790c913d59113dc4eb79a9b68224c2ec5f8de5 (patch)
treed480a47b2e36d1fcd9c23a7aa31d29317cfae9d4 /trek
parenta7697203a529c2da391fbfadfbe1ddf0f6577aa9 (diff)
downloadbsdgames-darwin-bc790c913d59113dc4eb79a9b68224c2ec5f8de5.tar.gz
bsdgames-darwin-bc790c913d59113dc4eb79a9b68224c2ec5f8de5.tar.zst
bsdgames-darwin-bc790c913d59113dc4eb79a9b68224c2ec5f8de5.zip
document non-literal string formats
Diffstat (limited to 'trek')
-rw-r--r--trek/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/trek/Makefile b/trek/Makefile
index c577aa9c..c9371b2b 100644
--- a/trek/Makefile
+++ b/trek/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/05/24 23:20:22 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2011/08/16 11:28:18 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= trek
@@ -19,5 +19,7 @@ HIDEGAME=hidegame
SUBDIR+=USD.doc
.endif
+COPTS.getpar.c += -Wno-format-nonliteral
+
.include <bsd.prog.mk>
.include <bsd.subdir.mk>