diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-02 21:41:09 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-02 21:41:09 +0000 |
commit | b350eee701186419446d61fe9cf3de36016de0f2 (patch) | |
tree | 4daea009d89b8a9d256f54572707642911add5c0 /lib/libucl/Makefile | |
parent | 8dc95f1ef3391ce2b99f9ee21f9c726ed536598a (diff) | |
parent | 7678f812c1d8bea1cf36871abe8ab1e7ec6912fd (diff) | |
download | FreeBSD-src-b350eee701186419446d61fe9cf3de36016de0f2.zip FreeBSD-src-b350eee701186419446d61fe9cf3de36016de0f2.tar.gz |
Update libucl to git version 8d3b186
Diffstat (limited to 'lib/libucl/Makefile')
-rw-r--r-- | lib/libucl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 31bd316..62b0d28 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -18,9 +18,10 @@ SRCS= ucl_emitter_streamline.c \ LIBADD= m -WARNS= 1 +WARNS= 2 CFLAGS+= -I${LIBUCL}/include \ -I${LIBUCL}/src \ - -I${LIBUCL}/uthash + -I${LIBUCL}/uthash \ + -I${LIBUCL}/klib .include <bsd.lib.mk> |