Module Name: src
Committed By: christos
Date: Tue Aug 16 08:04:17 UTC 2011
Modified Files:
src/usr.sbin/catman: Makefile
Log Message:
document non-literal format
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/catman/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/catman/Makefile
diff -u src/usr.sbin/catman/Makefile:1.8 src/usr.sbin/catman/Makefile:1.9
--- src/usr.sbin/catman/Makefile:1.8 Tue Sep 17 23:54:28 2002
+++ src/usr.sbin/catman/Makefile Tue Aug 16 04:04:17 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/09/18 03:54:28 lukem Exp $
+# $NetBSD: Makefile,v 1.9 2011/08/16 08:04:17 christos Exp $
.include <bsd.own.mk>
@@ -9,4 +9,6 @@
.PATH: ${NETBSDSRCDIR}/usr.bin/man
CPPFLAGS+= -I${NETBSDSRCDIR}/usr.bin/man
+COPTS.catman.c += -Wno-format-nonliteral
+
.include <bsd.prog.mk>