aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom/geom_uncompress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/geom/geom_uncompress/Makefile')
-rw-r--r--sys/modules/geom/geom_uncompress/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/geom/geom_uncompress/Makefile b/sys/modules/geom/geom_uncompress/Makefile
index 3bec55a8389d..ab0912e4e1c1 100644
--- a/sys/modules/geom/geom_uncompress/Makefile
+++ b/sys/modules/geom/geom_uncompress/Makefile
@@ -7,11 +7,11 @@
${.CURDIR}/../../../net
KMOD= geom_uncompress
-CFLAGS= -I${.CURDIR}/../../../geom/uncompress/ \
+CFLAGS+= -I${.CURDIR}/../../../geom/uncompress/ \
-I${.CURDIR}/../../../contrib/xz-embedded/freebsd \
-I${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/
SRCS= g_uncompress.c xz_crc32.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c \
- xz_malloc.c zlib.c
+ xz_malloc.c
SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h zlib.h
.include <bsd.kmod.mk>