diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2011-10-15 10:46:24 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2011-10-15 10:46:24 +0000 |
| commit | d54784eaefffe6c2d7596cdacd846fd7ad99b2a0 (patch) | |
| tree | c71a63ce706bbba9ccd40b6ce541f363e31ec260 /lib/lua | |
| parent | 2d71a4af1cc58c0eeb7620f26da469b810003fdf (diff) | |
Link the sqlite Lua module to the build and add it to the set lists.
Diffstat (limited to 'lib/lua')
| -rw-r--r-- | lib/lua/Makefile | 4 |
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> |
