summaryrefslogtreecommitdiff
path: root/libexec/flua/libucl/Makefile.inc
blob: 70fb0f265635e8dbb3fc849e3d2aed8bc8432e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.if ${WARNS:U6} > 2
WARNS=		2
.endif

UCLSRC?=	${SRCTOP}/contrib/libucl
.PATH: ${UCLSRC}/lua
SRCS+=		lua_ucl.c
CFLAGS+=	\
		-I${UCLSRC}/include \
		-I${UCLSRC}/src \
		-I${UCLSRC}/uthash
LIBADD+=	ucl