Module Name: src
Committed By: mbalmer
Date: Sat Oct 8 08:36:27 UTC 2011
Added Files:
src/lib/lua/gpio: Makefile
Log Message:
Makefile to build gpio.so.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/lua/gpio/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/lib/lua/gpio/Makefile
diff -u /dev/null src/lib/lua/gpio/Makefile:1.1
--- /dev/null Sat Oct 8 08:36:27 2011
+++ src/lib/lua/gpio/Makefile Sat Oct 8 08:36:27 2011
@@ -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>