head	1.1;
access;
symbols
	RELENG_9_1_0_RELEASE:1.1.2.2
	RELENG_9_1:1.1.2.2.0.2
	RELENG_9_1_BP:1.1.2.2
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2012.01.01.21.32.25;	author adrian;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2012.05.15.20.47.00;	author jpaetzel;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.05.15.20.47.00;	author jpaetzel;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 229211 on 2012-01-01 21:32:25Z by adrian

Initial copy of xz-embedded to sys/contrib/.

The upcoming geom_compress module (a read-only gzip/ulzma translation layer,
similar to what geom_uzip does) will leverage parts of this.
@
text
@obj-$(CONFIG_XZ_DEC) += xz_dec.o
xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o
xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o

obj-$(CONFIG_XZ_DEC_TEST) += xz_dec_test.o
@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-05-15 20:47:14 +0000
@
text
@d1 5
@


1.1.2.2
log
@SVN rev 235482 on 2012-05-15 20:47:00Z by jpaetzel

MFC 229211:

Initial copy of xz-embedded to sys/contrib/.

The upcoming geom_compress module (a read-only gzip/ulzma translation layer,
similar to what geom_uzip does) will leverage parts of this.
@
text
@a0 5
obj-$(CONFIG_XZ_DEC) += xz_dec.o
xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o
xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o

obj-$(CONFIG_XZ_DEC_TEST) += xz_dec_test.o
@


