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 /usr.bin/lam | |
| parent | e406f909a4dbdeffc7588fd9addf6c274ec2f5e0 (diff) | |
document non-literal format strings
Diffstat (limited to 'usr.bin/lam')
| -rw-r--r-- | usr.bin/lam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile index 542be2305be..88e77b20687 100644 --- a/usr.bin/lam/Makefile +++ b/usr.bin/lam/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2006/10/08 17:52:29 peter Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/16 10:37:21 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lam +COPTS.lam.c += -Wno-format-nonliteral + .include <bsd.prog.mk> |
