Module Name: src
Committed By: christos
Date: Sun Aug 14 11:34:12 UTC 2011
Modified Files:
src/sbin/mount_portal: Makefile
src/sbin/routed: Makefile
Log Message:
document non-literal strings
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/mount_portal/Makefile
cvs rdiff -u -r1.23 -r1.24 src/sbin/routed/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_portal/Makefile
diff -u src/sbin/mount_portal/Makefile:1.24 src/sbin/mount_portal/Makefile:1.25
--- src/sbin/mount_portal/Makefile:1.24 Sat Dec 5 15:11:02 2009
+++ src/sbin/mount_portal/Makefile Sun Aug 14 07:34:11 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/12/05 20:11:02 pooka Exp $
+# $NetBSD: Makefile,v 1.25 2011/08/14 11:34:11 christos Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/94
.include <bsd.own.mk>
@@ -13,5 +13,7 @@
DPADD+=${LIBUTIL} ${LIBPUFFS}
LDADD+=-lutil -lpuffs
+COPTS.pt_filter.c = -Wno-format-nonliteral
+
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
Index: src/sbin/routed/Makefile
diff -u src/sbin/routed/Makefile:1.23 src/sbin/routed/Makefile:1.24
--- src/sbin/routed/Makefile:1.23 Mon May 28 08:06:23 2007
+++ src/sbin/routed/Makefile Sun Aug 14 07:34:11 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/05/28 12:06:23 tls Exp $
+# $NetBSD: Makefile,v 1.24 2011/08/14 11:34:11 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/19/93
USE_FORT?= yes # network client/server
@@ -14,5 +14,7 @@
MLINKS= routed.8 rdisc.8
#COPTS+=-g -DDEBUG -Wall
+COPTS.trace.c = -Wno-format-nonliteral
+
.include <bsd.prog.mk>
.include <bsd.subdir.mk>