git: Hook up liblzma, lzmainfo, xz, and xzdec to the build.

Peter Avalos pavalos at crater.dragonflybsd.org
Sun Dec 19 00:04:03 PST 2010


commit 10cbe91407c5be57954145b01a6dcc1dce373ea6
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date:   Sat Dec 18 20:26:34 2010 -1000

    Hook up liblzma, lzmainfo, xz, and xzdec to the build.

Summary of changes:
 contrib/xz/README.DRAGONFLY |   11 ++
 etc/mtree/BSD.include.dist  |    2 +
 lib/Makefile                |    1 +
 lib/liblzma/Makefile        |  125 +++++++++++++
 lib/liblzma/config.h        |  421 +++++++++++++++++++++++++++++++++++++++++++
 share/mk/bsd.libnames.mk    |    1 +
 usr.bin/Makefile            |    3 +
 usr.bin/lzmainfo/Makefile   |   18 ++
 usr.bin/xz/Makefile         |   45 +++++
 usr.bin/xzdec/Makefile      |   21 +++
 10 files changed, 648 insertions(+), 0 deletions(-)
 create mode 100644 contrib/xz/README.DRAGONFLY
 create mode 100644 lib/liblzma/Makefile
 create mode 100644 lib/liblzma/config.h
 create mode 100644 usr.bin/lzmainfo/Makefile
 create mode 100644 usr.bin/xz/Makefile
 create mode 100644 usr.bin/xzdec/Makefile

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/10cbe91407c5be57954145b01a6dcc1dce373ea6


-- 
DragonFly BSD source repository





More information about the Commits mailing list