summaryrefslogtreecommitdiffstats
path: root/sail
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-08-25 15:50:45 +0000
committerjoerg <joerg@NetBSD.org>2011-08-25 15:50:45 +0000
commit8b1c22361cf0d83602c7c2743fcdf59b389fb36f (patch)
tree78f77ff4c9317eef9a05289352f86a2f2d5de1fa /sail
parent7c77537e7a4f2860f1dd9a2683ccef6400ff394a (diff)
downloadbsdgames-darwin-8b1c22361cf0d83602c7c2743fcdf59b389fb36f.tar.gz
bsdgames-darwin-8b1c22361cf0d83602c7c2743fcdf59b389fb36f.tar.zst
bsdgames-darwin-8b1c22361cf0d83602c7c2743fcdf59b389fb36f.zip
Uses non-literal format strings
Diffstat (limited to 'sail')
-rw-r--r--sail/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sail/Makefile b/sail/Makefile
index 846e2e5b..44eacc60 100644
--- a/sail/Makefile
+++ b/sail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2010/02/06 23:45:26 he Exp $
+# $NetBSD: Makefile,v 1.18 2011/08/25 15:50:45 joerg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= sail
@@ -11,4 +11,7 @@ LDADD= -lcurses -lterminfo
HIDEGAME=hidegame
SETGIDGAME=yes
+COPTS.pl_7.c+= -Wno-format-nonliteral
+COPTS.sync.c+= -Wno-format-nonliteral
+
.include <bsd.prog.mk>