aboutsummaryrefslogtreecommitdiff
path: root/lib/libucl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-29 00:45:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-29 00:45:09 +0000
commit4bf5485791b743cece52e2defa8c8efdf389b57a (patch)
treeda7419ce979eaeb23133fbdfa13129abcde1cfc9 /lib/libucl
parenta7f8c4eb4cbddfb882774651c2bc62ca38925859 (diff)
parent1eea90048f8f0e6360171d254c1f60f41a090814 (diff)
downloadsrc-4bf5485791b743cece52e2defa8c8efdf389b57a.tar.gz
src-4bf5485791b743cece52e2defa8c8efdf389b57a.zip
Notes
Diffstat (limited to 'lib/libucl')
-rw-r--r--lib/libucl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile
index 830c198bb490..31bd3166f045 100644
--- a/lib/libucl/Makefile
+++ b/lib/libucl/Makefile
@@ -16,6 +16,8 @@ SRCS= ucl_emitter_streamline.c \
.PATH: ${LIBUCL}/src
+LIBADD= m
+
WARNS= 1
CFLAGS+= -I${LIBUCL}/include \
-I${LIBUCL}/src \