aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archival/libarchive/Kbuild.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libarchive/Kbuild.src b/archival/libarchive/Kbuild.src
index 1c74250a2..1b1dabbf5 100644
--- a/archival/libarchive/Kbuild.src
+++ b/archival/libarchive/Kbuild.src
@@ -48,6 +48,7 @@ lib-$(CONFIG_DPKG_DEB) += $(DPKG_FILES)
48lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o 48lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o
49lib-$(CONFIG_CPIO) += get_header_cpio.o 49lib-$(CONFIG_CPIO) += get_header_cpio.o
50lib-$(CONFIG_MAKE) += get_header_ar.o unpack_ar_archive.o 50lib-$(CONFIG_MAKE) += get_header_ar.o unpack_ar_archive.o
51lib-$(CONFIG_PDPMAKE) += get_header_ar.o unpack_ar_archive.o
51lib-$(CONFIG_TAR) += get_header_tar.o unsafe_prefix.o 52lib-$(CONFIG_TAR) += get_header_tar.o unsafe_prefix.o
52lib-$(CONFIG_FEATURE_TAR_TO_COMMAND) += data_extract_to_command.o 53lib-$(CONFIG_FEATURE_TAR_TO_COMMAND) += data_extract_to_command.o
53lib-$(CONFIG_LZOP) += lzo1x_1.o lzo1x_1o.o lzo1x_d.o 54lib-$(CONFIG_LZOP) += lzo1x_1.o lzo1x_1o.o lzo1x_d.o