aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorKai Wang <kaiw@FreeBSD.org>2008-03-21 11:10:20 +0000
committerKai Wang <kaiw@FreeBSD.org>2008-03-21 11:10:20 +0000
commit7a36fb79f90fbe0b6d615a625818d40845821bd9 (patch)
tree0e0141de760997f7e4716bcc57f1c5e19aa9ed58 /lib/libarchive
parent0169d126a6e9d5dab412bb33e6d8e77aa3910f0a (diff)
downloadsrc-7a36fb79f90fbe0b6d615a625818d40845821bd9.tar.gz
src-7a36fb79f90fbe0b6d615a625818d40845821bd9.zip
Add MLINK for archive_write_close.
Approved by: jkoshy(mentor), kientzle
Notes
Notes: svn path=/head/; revision=177473
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index cbc9a3c6c578..70f818c10444 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -214,6 +214,7 @@ MLINKS+= archive_util.3 archive_error_string.3
MLINKS+= archive_util.3 archive_format.3
MLINKS+= archive_util.3 archive_format_name.3
MLINKS+= archive_util.3 archive_set_error.3
+MLINKS+= archive_write.3 archive_write_close.3
MLINKS+= archive_write.3 archive_write_data.3
MLINKS+= archive_write.3 archive_write_finish.3
MLINKS+= archive_write.3 archive_write_finish_entry.3