6329883fe2
PR: 208864 Submitted by: tkato432 yahoo com Sponsored by: Absolight
8 lines
159 B
Makefile
8 lines
159 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
# $FreeBSD$
|
|
|
|
LUASQL_DRIVER= sqlite3
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|