Module Name:    src
Committed By:   christos
Date:           Tue Aug 16 11:49:17 UTC 2011

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

Log Message:
document non-literal format string


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/mail/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/mail/Makefile
diff -u src/usr.bin/mail/Makefile:1.34 src/usr.bin/mail/Makefile:1.35
--- src/usr.bin/mail/Makefile:1.34	Wed Feb  3 10:34:45 2010
+++ src/usr.bin/mail/Makefile	Tue Aug 16 07:49:17 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.34 2010/02/03 15:34:45 roy Exp $
+#	$NetBSD: Makefile,v 1.35 2011/08/16 11:49:17 christos Exp $
 #	@(#)Makefile	8.3 (Berkeley) 4/20/95
 
 .include <bsd.own.mk>
@@ -78,5 +78,7 @@
 CONFIGFILES=		mail.rc
 FILESDIR_mail.rc=	/etc
 
+COPTS.format.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>

Reply via email to