diff options
| author | christos <christos@NetBSD.org> | 2011-08-16 10:35:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-08-16 10:35:03 +0000 |
| commit | 35f9146e91b9f85d7571dd33fe326fe5290eaa89 (patch) | |
| tree | 8949a848729e474a887bb171333bee02cb74f0f0 /libexec/atrun/Makefile | |
| parent | e406f909a4dbdeffc7588fd9addf6c274ec2f5e0 (diff) | |
document non-literal format strings
Diffstat (limited to 'libexec/atrun/Makefile')
| -rw-r--r-- | libexec/atrun/Makefile | 3 |
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> |
