summaryrefslogtreecommitdiff
path: root/usr.bin/lam
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 /usr.bin/lam
parente406f909a4dbdeffc7588fd9addf6c274ec2f5e0 (diff)
document non-literal format strings
Diffstat (limited to 'usr.bin/lam')
-rw-r--r--usr.bin/lam/Makefile4
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>