summaryrefslogtreecommitdiffstats
path: root/trek/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trek/Makefile')
-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>