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 | |
| parent | e406f909a4dbdeffc7588fd9addf6c274ec2f5e0 (diff) | |
document non-literal format strings
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atrun/Makefile | 3 | ||||
| -rw-r--r-- | libexec/rshd/Makefile | 4 |
2 files changed, 5 insertions, 2 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> diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 6d00d836653..c9ad8971508 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/03/16 02:24:57 lukem Exp $ +# $NetBSD: Makefile,v 1.19 2011/08/16 10:35:03 christos Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 .include <bsd.own.mk> @@ -21,4 +21,6 @@ DPADD+= ${LIBPAM} ${PAM_STATIC_DPADD} LDADD+= -lpam ${PAM_STATIC_LDADD} .endif +COPTS.rshd.c = -Wno-format-nonliteral + .include <bsd.prog.mk> |
