Module Name:    src
Committed By:   christos
Date:           Tue Aug 16 12:05:52 UTC 2011

Modified Files:
        src/usr.bin/pr: Makefile

Log Message:
document non-literal format string.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/pr/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/pr/Makefile
diff -u src/usr.bin/pr/Makefile:1.3 src/usr.bin/pr/Makefile:1.4
--- src/usr.bin/pr/Makefile:1.3	Sun Oct 14 07:21:32 2007
+++ src/usr.bin/pr/Makefile	Tue Aug 16 08:05:52 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2007/10/14 11:21:32 lukem Exp $
+#	$NetBSD: Makefile,v 1.4 2011/08/16 12:05:52 christos Exp $
 #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
 
 PROG=	pr
@@ -7,4 +7,6 @@
 DPADD+=	${LIBUTIL}
 LDADD+=	-lutil
 
+COPTS.pr.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>

Reply via email to