summaryrefslogtreecommitdiffstats
path: root/sail
diff options
context:
space:
mode:
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>