summaryrefslogtreecommitdiff
path: root/lib/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua')
-rw-r--r--lib/lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lua/Makefile b/lib/lua/Makefile
index aef3643c4a8..f82345c7138 100644
--- a/lib/lua/Makefile
+++ b/lib/lua/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2011/10/10 20:43:00 christos Exp $
+# $NetBSD: Makefile,v 1.4 2011/10/15 10:46:24 mbalmer Exp $
.include <bsd.own.mk>
.if ${MACHINE_ARCH} != "m68000"
# No support for shared libraries and pic code.
-SUBDIR+= gpio
+SUBDIR+= gpio sqlite
.endif
.include <bsd.subdir.mk>