9 lines
156 B
Makefile
9 lines
156 B
Makefile
|
# Created by: Martin Matuska <martin@matuska.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
LUASQL_DRIVER= odbc
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|