f15d9e1fe6
A BSD-licensed implementation of compilation tools (nm, ar, as, ld, etc.) for the ELF object format. This release contains BSD-licensed implementations of the "libdwarf" and "libelf" libraries, and of the "addr2line", "ar", "brandelf", "c++filt", "elfcopy", "elfdump", "findtextrel", "mcs", "nm", "ranlib", "readelf", "size", "strings" and "strip" program development utilities. The release also contains API and utility reference documentation (300+ manual entries in all), and contains test suites for some of these released utilities and libraries. With thanks to jkoshy for all the help.
16 lines
465 B
Text
16 lines
465 B
Text
$NetBSD: patch-an,v 1.1.1.1 2011/11/20 06:25:18 agc Exp $
|
|
|
|
NetBSD uses the straight "MAN" definition for manual pages
|
|
|
|
--- libelftc/Makefile 2011/11/19 10:22:19 1.1
|
|
+++ libelftc/Makefile 2011/11/19 10:24:35
|
|
@@ -28,6 +28,9 @@
|
|
elftc_demangle.3 \
|
|
elftc_version.3
|
|
|
|
+# for NetBSD
|
|
+MAN= ${MAN3}
|
|
+
|
|
MLINKS= elftc_bfd_find_target.3 elftc_bfd_target_byteorder.3 \
|
|
elftc_bfd_find_target.3 elftc_bfd_target_class.3 \
|
|
elftc_bfd_find_target.3 elftc_bfd_target_flavor.3
|