ports/devel/lua50-compat51/files/Makefile
Mark Linimon c5aeb93cd5 Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR:		ports/101612
Submitted by:	alepulver
Hat:		portmgr
2006-09-15 08:17:11 +00:00

10 lines
141 B
Makefile

# $FreeBSD$
SHLIB= compat-${CVER}
SHLIB_NAME= lcompat-${CVER}.so
SRCS= compat-${CVER}.c
CFLAGS+= -I${LUA_INCDIR}
.include <bsd.lib.mk>