Deleted Added
full compact
Makefile (256281) Makefile (266220)
1# $FreeBSD: stable/10/sys/modules/geom/geom_uncompress/Makefile 229537 2012-01-04 23:39:11Z ray $
1# $FreeBSD: stable/10/sys/modules/geom/geom_uncompress/Makefile 266220 2014-05-16 14:28:55Z loos $
2
3.PATH: ${.CURDIR}/../../../geom/uncompress \
4 ${.CURDIR}/../../../contrib/xz-embedded/freebsd/ \
5 ${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/ \
6 ${.CURDIR}/../../../contrib/xz-embedded/linux/include/linux/ \
7 ${.CURDIR}/../../../net
8
9KMOD= geom_uncompress
2
3.PATH: ${.CURDIR}/../../../geom/uncompress \
4 ${.CURDIR}/../../../contrib/xz-embedded/freebsd/ \
5 ${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/ \
6 ${.CURDIR}/../../../contrib/xz-embedded/linux/include/linux/ \
7 ${.CURDIR}/../../../net
8
9KMOD= geom_uncompress
10CFLAGS= -I${.CURDIR}/../../../geom/uncompress/ \
10CFLAGS+= -I${.CURDIR}/../../../geom/uncompress/ \
11 -I${.CURDIR}/../../../contrib/xz-embedded/freebsd \
12 -I${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/
13SRCS= g_uncompress.c xz_crc32.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c \
11 -I${.CURDIR}/../../../contrib/xz-embedded/freebsd \
12 -I${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/
13SRCS= g_uncompress.c xz_crc32.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c \
14 xz_malloc.c zlib.c
14 xz_malloc.c
15SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h zlib.h
16
17.include <bsd.kmod.mk>
15SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h zlib.h
16
17.include <bsd.kmod.mk>