summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-04 11:27:41 +0000
committerbapt <bapt@FreeBSD.org>2013-03-04 11:27:41 +0000
commit6dc03862600c95a3a8c18e50f843a082be3a078c (patch)
tree5075db86cc8d854fdcdc49d9e8ab0a25c9741312 /share/mk
parent9ad2265733ae27758ebf470fc60be9e94434b5ac (diff)
parentd191df7e02a5d6cea2324e0b10bfed2a4e9f198c (diff)
downloadFreeBSD-src-6dc03862600c95a3a8c18e50f843a082be3a078c.zip
FreeBSD-src-6dc03862600c95a3a8c18e50f843a082be3a078c.tar.gz
Import libyaml as libbsdyml (private brand name)
LibYAML is a YAML 1.1 parser and emitter under MIT license which will soon be used by the pkg boostrap (usr.bin/pkg) and bhyve Reviewed by: roberto, antoine
Diffstat (limited to 'share/mk')
-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 d742142..9b3e31f 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -25,6 +25,7 @@ LIBBIND9?= ${DESTDIR}${LIBDIR}/libbind9.a
.endif
LIBBLUETOOTH?= ${DESTDIR}${LIBDIR}/libbluetooth.a
LIBBSDXML?= ${DESTDIR}${LIBDIR}/libbsdxml.a
+LIBBSDYML?= ${DESTDIR}${LIBDIR}/libbsdyml.a
LIBBSM?= ${DESTDIR}${LIBDIR}/libbsm.a
LIBBSNMP?= ${DESTDIR}${LIBDIR}/libbsnmp.a
LIBBZ2?= ${DESTDIR}${LIBDIR}/libbz2.a
OpenPOWER on IntegriCloud