From d54784eaefffe6c2d7596cdacd846fd7ad99b2a0 Mon Sep 17 00:00:00 2001 From: mbalmer Date: Sat, 15 Oct 2011 10:46:24 +0000 Subject: Link the sqlite Lua module to the build and add it to the set lists. --- lib/lua/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/lua') 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 .if ${MACHINE_ARCH} != "m68000" # No support for shared libraries and pic code. -SUBDIR+= gpio +SUBDIR+= gpio sqlite .endif .include -- cgit