aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-05-13 06:04:21 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-05-13 06:04:21 +0000
commit4809584dd6f62ee984bd0a5bc91775b7caf24b85 (patch)
tree92003a77abc124bd4ad8d0e57942c08cf9f79618 /lib
parent199984b3b27d7f50913e24a29b81ac0cf8f6b086 (diff)
downloadsrc-4809584dd6f62ee984bd0a5bc91775b7caf24b85.tar.gz
src-4809584dd6f62ee984bd0a5bc91775b7caf24b85.zip
Add MLINK for newly-added archive_read_extract_set_progress_callback(3).
Notes
Notes: svn path=/head/; revision=129172
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/Makefile1
-rw-r--r--lib/libarchive/Makefile.freebsd1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 6dcc3f564051..f5c56dbf1f48 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -91,6 +91,7 @@ MLINKS+= archive_read.3 archive_read_data_into_buffer.3
MLINKS+= archive_read.3 archive_read_data_into_file.3
MLINKS+= archive_read.3 archive_read_data_skip.3
MLINKS+= archive_read.3 archive_read_extract.3
+MLINKS+= archive_read.3 archive_read_extract_set_progress_callback.3
MLINKS+= archive_read.3 archive_read_finish.3
MLINKS+= archive_read.3 archive_read_new.3
MLINKS+= archive_read.3 archive_read_next_header.3
diff --git a/lib/libarchive/Makefile.freebsd b/lib/libarchive/Makefile.freebsd
index 6dcc3f564051..f5c56dbf1f48 100644
--- a/lib/libarchive/Makefile.freebsd
+++ b/lib/libarchive/Makefile.freebsd
@@ -91,6 +91,7 @@ MLINKS+= archive_read.3 archive_read_data_into_buffer.3
MLINKS+= archive_read.3 archive_read_data_into_file.3
MLINKS+= archive_read.3 archive_read_data_skip.3
MLINKS+= archive_read.3 archive_read_extract.3
+MLINKS+= archive_read.3 archive_read_extract_set_progress_callback.3
MLINKS+= archive_read.3 archive_read_finish.3
MLINKS+= archive_read.3 archive_read_new.3
MLINKS+= archive_read.3 archive_read_next_header.3