summaryrefslogtreecommitdiff
path: root/lib/lua/sqlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/sqlite/Makefile')
-rw-r--r--lib/lua/sqlite/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/lua/sqlite/Makefile b/lib/lua/sqlite/Makefile
new file mode 100644
index 00000000000..2ffecb8be1b
--- /dev/null
+++ b/lib/lua/sqlite/Makefile
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2011/10/15 10:26:30 mbalmer Exp $
+
+LUA_MODULES= sqlite
+LUA_SRCS.sqlite= sqlite.c
+
+LDADD+= -lsqlite3
+
+.include <bsd.lua.mk>