Install the lib/libelftc manpages
Some other manpages, e.g. c++filt reference these MFC after: 1 week
This commit is contained in:
parent
8752f49015
commit
7f6d837f2d
@ -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
|
||||
|
@ -8125,6 +8125,15 @@ OLD_FILES+=usr/share/man/man1/size.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/strings.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/strip.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/objcopy.1.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_bfd_find_target.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_copyfile.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_demangle.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_reloc_type_str.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_set_timestamps.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_timestamp.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_string_table_create.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_version.3.gz
|
||||
OLD_FILES+=usr/tests/usr.bin/yacc/Kyuafile
|
||||
OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y
|
||||
OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y
|
||||
|
Loading…
Reference in New Issue
Block a user