Module Name: src
Committed By: joerg
Date: Thu Aug 25 16:53:25 UTC 2011
Modified Files:
src/usr.sbin/pwd_mkdb: Makefile
Log Message:
Use of non-literal format string
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/pwd_mkdb/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/pwd_mkdb/Makefile
diff -u src/usr.sbin/pwd_mkdb/Makefile:1.19 src/usr.sbin/pwd_mkdb/Makefile:1.20
--- src/usr.sbin/pwd_mkdb/Makefile:1.19 Wed Jan 14 23:18:57 2009
+++ src/usr.sbin/pwd_mkdb/Makefile Thu Aug 25 16:53:25 2011
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $NetBSD: Makefile,v 1.19 2009/01/14 23:18:57 christos Exp $
+# $NetBSD: Makefile,v 1.20 2011/08/25 16:53:25 joerg Exp $
.include <bsd.own.mk>
@@ -12,4 +12,6 @@
DPADD+= ${LIBUTIL}
.endif
+COPTS.pwd_mkdb.c+= -Wno-format-nonliteral
+
.include <bsd.prog.mk>