aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-06-15 05:05:53 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-06-15 05:05:53 +0000
commitf9fe0a0abb34d4d5ec9c65f487b66bdf44c15152 (patch)
treee823bf98711f8d60e42a807e984437926ffd5ba2 /lib/libarchive/Makefile
parent546c9253a3ba221f30e60389b335fee5ad00c2a0 (diff)
downloadsrc-f9fe0a0abb34d4d5ec9c65f487b66bdf44c15152.tar.gz
src-f9fe0a0abb34d4d5ec9c65f487b66bdf44c15152.zip
archive.h is no longer constructed from archive.h.in,
so we can rename it and drop some no-longer-necessary build magic from the Makefile.
Notes
Notes: svn path=/head/; revision=179790
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 \