diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-04 11:27:41 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-04 11:27:41 +0000 |
commit | 6dc03862600c95a3a8c18e50f843a082be3a078c (patch) | |
tree | 5075db86cc8d854fdcdc49d9e8ab0a25c9741312 /lib/Makefile | |
parent | 9ad2265733ae27758ebf470fc60be9e94434b5ac (diff) | |
parent | d191df7e02a5d6cea2324e0b10bfed2a4e9f198c (diff) | |
download | FreeBSD-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 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7a0ec02..8846164 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -119,6 +119,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ ${_libvmmapi} \ libwrap \ liby \ + libyaml \ libz \ ${_atf} \ ${_bind} \ |