Module Name: src
Committed By: christos
Date: Tue Aug 16 08:07:12 UTC 2011
Modified Files:
src/usr.sbin/crash: Makefile
Log Message:
document non-literal format
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/crash/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/crash/Makefile
diff -u src/usr.sbin/crash/Makefile:1.12 src/usr.sbin/crash/Makefile:1.13
--- src/usr.sbin/crash/Makefile:1.12 Thu May 26 08:56:33 2011
+++ src/usr.sbin/crash/Makefile Tue Aug 16 04:07:12 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/05/26 12:56:33 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2011/08/16 08:07:12 christos Exp $
PROG= crash
MAN= crash.8
@@ -62,6 +62,8 @@
SRCS+= generic.c
. endif
+COPTS.db_output.c += -Wno-format-nonliteral
+
# vers.c
SRCS+= vers.c
vers.c: ${S}/conf/newvers.sh