summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-12-24 12:55:37 +0000
committerngie <ngie@FreeBSD.org>2016-12-24 12:55:37 +0000
commit7b08136c1699729ff75fc4b6ae32bede6588dc12 (patch)
tree3d6e54b5e9aa34b60d14583ec92b47fce3b5b706 /lib
parent260c8568a02dba098128a048c331b761089b0270 (diff)
downloadFreeBSD-src-7b08136c1699729ff75fc4b6ae32bede6588dc12.zip
FreeBSD-src-7b08136c1699729ff75fc4b6ae32bede6588dc12.tar.gz
MFC r310186,r310187:
r310186: Install the lib/libelftc manpages Some other manpages, e.g. c++filt reference these r310187: Remove lib/libelf's manpages if MK_TOOLCHAIN == no Add a comment to help figure out which set is lib/libelf's and which set is lib/libelftc's
Diffstat (limited to 'lib')
-rw-r--r--lib/libelftc/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libelftc/Makefile b/lib/libelftc/Makefile
index 3ffa34e..fa2f8c3 100644
--- a/lib/libelftc/Makefile
+++ b/lib/libelftc/Makefile
@@ -28,7 +28,15 @@ SRCS= elftc_bfdtarget.c \
INCS= libelftc.h
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
-MAN=
+MAN+= elftc.3 \
+ elftc_bfd_find_target.3 \
+ elftc_copyfile.3 \
+ elftc_demangle.3 \
+ elftc_reloc_type_str.3 \
+ elftc_set_timestamps.3 \
+ elftc_timestamp.3 \
+ elftc_string_table_create.3 \
+ elftc_version.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
OpenPOWER on IntegriCloud