summaryrefslogtreecommitdiff
path: root/lib/lua
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
parent697bba7eb0fcfa413950609833c40c4e6cf46d9c (diff)
use WARNS?=4 for all Lua modules
Diffstat (limited to 'lib/lua')
-rw-r--r--lib/lua/Makefile.inc3
-rw-r--r--lib/lua/gpio/Makefile3
2 files changed, 4 insertions, 2 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
diff --git a/lib/lua/gpio/Makefile b/lib/lua/gpio/Makefile
index b863931e6e4..fae134ca581 100644
--- a/lib/lua/gpio/Makefile
+++ b/lib/lua/gpio/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.2 2011/10/10 20:41:05 christos Exp $
+# $NetBSD: Makefile,v 1.3 2011/10/11 07:10:15 plunky Exp $
-WARNS?= 4
LUA_MODULES= gpio
LUA_SRCS.gpio= gpio.c