aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index db591dfa772e..0d1050095a86 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -16,16 +16,8 @@ WARNS?= 6
# Headers to be installed in /usr/include
INCS= archive.h archive_entry.h
-# For now, archive.h is the same as archive.h.in.
-archive.h: archive.h.in
- cat ${.CURDIR}/archive.h.in > archive.h
-
-# archive.h needs to be cleaned
-CLEANFILES+= archive.h
-
# Sources to be compiled.
-SRCS= archive.h \
- archive_check_magic.c \
+SRCS= archive_check_magic.c \
archive_entry.c \
archive_entry_copy_stat.c \
archive_entry_stat.c \