summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-23 21:49:21 +0000
committerbapt <bapt@FreeBSD.org>2014-02-23 21:49:21 +0000
commit0a425cf1e3faed8eecf0106bfb85374928444fc6 (patch)
tree1312e87adddce2910d122bb00b6c8317b22b228e /share
parent6647417a808dd7d031f6509b44035983283fb532 (diff)
parent099f74c08841892dacaea126a3a8c312883bfed0 (diff)
downloadFreeBSD-src-0a425cf1e3faed8eecf0106bfb85374928444fc6.zip
FreeBSD-src-0a425cf1e3faed8eecf0106bfb85374928444fc6.tar.gz
Import libucl into head
UCL is heavily infused by nginx configuration as the example of a convenient configuration system. However, UCL is fully compatible with JSON format and is able to parse json files. UCL is used by pkg(8) for its configuration file as well for the manifest format in packages, it will be used in base for the pkg boostrap (signature checking and configuration file parsing.) libucl has been developped and is maintained by vsevolod@
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.libnames.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index bca4f5e..f73a83f 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -151,6 +151,7 @@ LIBTACPLUS?= ${DESTDIR}${LIBDIR}/libtacplus.a
LIBTERMCAP?= ${DESTDIR}${LIBDIR}/libtermcap.a
LIBTERMLIB?= "don't use LIBTERMLIB, use LIBTERMCAP"
LIBTINFO?= "don't use LIBTINFO, use LIBNCURSES"
+LIBUCL?= ${DESTDIR}${LIBPRIVATEDIR}/libucl.a
LIBUFS?= ${DESTDIR}${LIBDIR}/libufs.a
LIBUGIDFW?= ${DESTDIR}${LIBDIR}/libugidfw.a
LIBUMEM?= ${DESTDIR}${LIBDIR}/libumem.a
OpenPOWER on IntegriCloud