diff options
author | marcel <marcel@FreeBSD.org> | 2015-04-27 17:23:19 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2015-04-27 17:23:19 +0000 |
commit | ccd66731b4fbf326f52ead106e5c4b67656100f3 (patch) | |
tree | 2743e923a1c968c5a2a8292b75bf32c2e50bfbb3 /lib | |
parent | e0e7dcf8e606d1a79e3c5327f77915bc557841f3 (diff) | |
download | FreeBSD-src-ccd66731b4fbf326f52ead106e5c4b67656100f3.zip FreeBSD-src-ccd66731b4fbf326f52ead106e5c4b67656100f3.tar.gz |
Upgrade libxo to 0.3.2.
Obtained from: https://github.com/Juniper/libxo/tree/0.3.2
Requested by: Phil Shafer <phil@juniper.net>
This import incorporates local change 279966.
Local change 276260 has been merged-in.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libxo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index cc0e72a..62fface 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -26,6 +26,7 @@ MAN+= xo_attr.3 \ xo_flush.3 \ xo_no_setlocale.3 \ xo_open_container.3 \ + xo_open_marker.3 \ xo_open_list.3 \ xo_parse_args.3 \ xo_set_allocator.3 \ @@ -33,6 +34,7 @@ MAN+= xo_attr.3 \ xo_set_info.3 \ xo_set_options.3 \ xo_set_style.3 \ + xo_set_version.3 \ xo_set_writer.3 MAN+= xo_format.5 |