mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-06 12:40:13 -04:00
10 lines
213 B
Makefile
10 lines
213 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/03/03 11:32:14 mbalmer Exp $
|
|
|
|
LUA_MODULES= sqlite
|
|
LUA_SRCS.sqlite= sqlite.c
|
|
|
|
LUA_DPLIBS+= sqlite3 \
|
|
${.CURDIR}/../../../external/public-domain/sqlite/lib
|
|
|
|
.include <bsd.lua.mk>
|