aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua/libucl/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/flua/libucl/Makefile.inc')
-rw-r--r--libexec/flua/libucl/Makefile.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/flua/libucl/Makefile.inc b/libexec/flua/libucl/Makefile.inc
new file mode 100644
index 000000000000..70fb0f265635
--- /dev/null
+++ b/libexec/flua/libucl/Makefile.inc
@@ -0,0 +1,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