summaryrefslogtreecommitdiff
path: root/libexec/atrun/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2011-08-16 10:35:03 +0000
committerchristos <christos@NetBSD.org>2011-08-16 10:35:03 +0000
commit35f9146e91b9f85d7571dd33fe326fe5290eaa89 (patch)
tree8949a848729e474a887bb171333bee02cb74f0f0 /libexec/atrun/Makefile
parente406f909a4dbdeffc7588fd9addf6c274ec2f5e0 (diff)
document non-literal format strings
Diffstat (limited to 'libexec/atrun/Makefile')
-rw-r--r--libexec/atrun/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile
index 87bcd6d2685..7c3593adca6 100644
--- a/libexec/atrun/Makefile
+++ b/libexec/atrun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/09/18 06:24:33 lukem Exp $
+# $NetBSD: Makefile,v 1.14 2011/08/16 10:35:03 christos Exp $
.include <bsd.own.mk>
@@ -7,5 +7,6 @@ BINDIR= /usr/libexec
MAN= atrun.8
CPPFLAGS+= -I${NETBSDSRCDIR}/usr.bin/at
+COPTS.atrun.c = -Wno-format-nonliteral
.include <bsd.prog.mk>