summaryrefslogtreecommitdiff
path: root/lib/lua
diff options
context:
space:
mode:
authormbalmer <mbalmer@NetBSD.org>2011-10-08 08:36:27 +0000
committermbalmer <mbalmer@NetBSD.org>2011-10-08 08:36:27 +0000
commitb74abf441ea9db0302254765ad31b973368a0c0b (patch)
tree063b8570c765450b3af3f9ae2e57ca28c5e54336 /lib/lua
parentdccb525758af180d9d1723a06b2b44a0dea32c4b (diff)
Makefile to build gpio.so.
Diffstat (limited to 'lib/lua')
-rw-r--r--lib/lua/gpio/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/lua/gpio/Makefile b/lib/lua/gpio/Makefile
new file mode 100644
index 00000000000..0e051064e58
--- /dev/null
+++ b/lib/lua/gpio/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2011/10/08 08:36:27 mbalmer Exp $
+
+LUA_MODULES= gpio
+LUA_SRCS.gpio= gpio.c
+
+.include <bsd.lua.mk>