summaryrefslogtreecommitdiff
path: root/lib/lua/Makefile.inc
diff options
context:
space:
mode:
authorplunky <plunky@NetBSD.org>2011-10-11 07:10:15 +0000
committerplunky <plunky@NetBSD.org>2011-10-11 07:10:15 +0000
commit64c1236bb050eadcd4bbf2246339ec2115f98d8d (patch)
treea10f8da64a7c78b86e77a6f4a9844bed49649f0d /lib/lua/Makefile.inc
parent697bba7eb0fcfa413950609833c40c4e6cf46d9c (diff)
use WARNS?=4 for all Lua modules
Diffstat (limited to 'lib/lua/Makefile.inc')
-rw-r--r--lib/lua/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lua/Makefile.inc b/lib/lua/Makefile.inc
new file mode 100644
index 00000000000..3dfe878d483
--- /dev/null
+++ b/lib/lua/Makefile.inc
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.inc,v 1.1 2011/10/11 07:10:15 plunky Exp $
+
+WARNS?= 4