svn commit: r348444 - head/lib/libelftc
Mark Johnston
markj at FreeBSD.org
Thu May 30 19:18:03 UTC 2019
Author: markj
Date: Thu May 30 19:18:01 2019
New Revision: 348444
URL: https://svnweb.freebsd.org/changeset/base/348444
Log:
libelftc: Add MLINKS.
Reviewed by: emaste
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D20474
Modified:
head/lib/libelftc/Makefile
Modified: head/lib/libelftc/Makefile
==============================================================================
--- head/lib/libelftc/Makefile Thu May 30 18:54:34 2019 (r348443)
+++ head/lib/libelftc/Makefile Thu May 30 19:18:01 2019 (r348444)
@@ -38,6 +38,19 @@ MAN+= elftc.3 \
elftc_string_table_create.3 \
elftc_version.3
+MLINKS+= \
+ elftc_bfd_find_target.3 elftc_bfd_target_class.3 \
+ elftc_bfd_find_target.3 elftc_bfd_target_byteorder.3 \
+ elftc_bfd_find_target.3 elftc_bfd_target_flavor.3 \
+ elftc_bfd_find_target.3 elftc_bfd_target_machine.3 \
+ elftc_string_table_create.3 elftc_string_table_destroy.3 \
+ elftc_string_table_create.3 elftc_string_table_from_section.3 \
+ elftc_string_table_create.3 elftc_string_table_image.3 \
+ elftc_string_table_create.3 elftc_string_table_insert.3 \
+ elftc_string_table_create.3 elftc_string_table_lookup.3 \
+ elftc_string_table_create.3 elftc_string_table_remove.3 \
+ elftc_string_table_create.3 elftc_string_table_to_string.3
+
# This same hack is in lib/libelf/Makefile and usr.bin/readelf/Makefile
# We need to link against the correct version of these files. One
# solution is to include ../../sys in the include path. This causes
More information about the svn-src-all
mailing list