Module Name: src
Committed By: christos
Date: Wed Aug 17 13:29:39 UTC 2011
Modified Files:
src/usr.bin/time: Makefile
Log Message:
document non-literal string format
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/time/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.bin/time/Makefile
diff -u src/usr.bin/time/Makefile:1.7 src/usr.bin/time/Makefile:1.8
--- src/usr.bin/time/Makefile:1.7 Tue Apr 14 18:15:27 2009
+++ src/usr.bin/time/Makefile Wed Aug 17 09:29:39 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/04/14 22:15:27 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2011/08/17 13:29:39 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@@ -8,6 +8,8 @@
SRCS= time.c strpct.c xtime.c
PROG= time
+COPTS.strpct.c += -Wno-format-nonliteral
+
.PATH: ${NETBSDSRCDIR}/bin/csh
.include <bsd.prog.mk>