1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.3 2012/03/03 11:32:14 mbalmer Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel SambucLUA_MODULES= sqlite 4*11be35a1SLionel SambucLUA_SRCS.sqlite= sqlite.c 5*11be35a1SLionel Sambuc 6*11be35a1SLionel SambucLUA_DPLIBS+= sqlite3 \ 7*11be35a1SLionel Sambuc ${.CURDIR}/../../../external/public-domain/sqlite/lib 8*11be35a1SLionel Sambuc 9*11be35a1SLionel Sambuc.include <bsd.lua.mk> 10