mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
10 lines
141 B
Makefile
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>
|