summaryrefslogtreecommitdiffstats
path: root/atc
diff options
context:
space:
mode:
Diffstat (limited to 'atc')
-rw-r--r--atc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/atc/Makefile b/atc/Makefile
index 6ff7b3e4..8c4e9963 100644
--- a/atc/Makefile
+++ b/atc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2010/02/06 23:45:24 he Exp $
+# $NetBSD: Makefile,v 1.30 2011/08/16 10:14:40 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
@@ -22,4 +22,6 @@ FILESDIR=/usr/share/games/atc
FILESMODE=444
.endif
+COPTS.input.c += -Wno-format-nonliteral
+
.include <bsd.prog.mk>