aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index de7eef14c34b..ffad23f7d65a 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -42,11 +42,11 @@ SRCS= archive_acl.c \
archive_entry_stat.c \
archive_entry_strmode.c \
archive_entry_xattr.c \
- archive_getdate.c \
archive_hmac.c \
archive_match.c \
archive_options.c \
archive_pack_dev.c \
+ archive_parse_date.c \
archive_pathmatch.c \
archive_ppmd7.c \
archive_ppmd8.c \
@@ -101,6 +101,7 @@ SRCS= archive_acl.c \
archive_read_support_format_zip.c \
archive_string.c \
archive_string_sprintf.c \
+ archive_time.c \
archive_util.c \
archive_version_details.c \
archive_virtual.c \