mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a leftover of r260523. Remove the unnecessary dependency to zlib.h.
Approved by: adrian (mentor)
This commit is contained in:
parent
de290ab842
commit
a1f5df2215
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ CFLAGS+= -I${.CURDIR}/../../../geom/uncompress/ \
|
|||
-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
|
||||
SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h zlib.h
|
||||
SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue