Install strings unconditionally
Previously it was enabled by WITH_/WITHOUT_TOOLCHAIN, but it is commonly expected to be available and may have non-toolchain consumers. As it is now taken from the BSD-licensed ELF Tool Chain project, just install it unconditionally. PR: 213665, 223725 Reviewed by: bdrewery MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8398
This commit is contained in:
parent
cab229b2a6
commit
5f8eed2f42
@ -44,6 +44,7 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
|
||||
${_libdl} \
|
||||
libdwarf \
|
||||
libedit \
|
||||
libelftc \
|
||||
libevent \
|
||||
libexecinfo \
|
||||
libexpat \
|
||||
@ -136,7 +137,7 @@ SUBDIR.${MK_CLANG}+= clang
|
||||
|
||||
SUBDIR.${MK_CUSE}+= libcuse
|
||||
SUBDIR.${MK_CXX}+= libdevdctl
|
||||
SUBDIR.${MK_TOOLCHAIN}+=libelftc libpe
|
||||
SUBDIR.${MK_TOOLCHAIN}+=libpe
|
||||
SUBDIR.${MK_DIALOG}+= libdpv
|
||||
SUBDIR.${MK_FILE}+= libmagic
|
||||
SUBDIR.${MK_GPIO}+= libgpio
|
||||
|
@ -150,6 +150,7 @@ SUBDIR= alias \
|
||||
split \
|
||||
stat \
|
||||
stdbuf \
|
||||
strings \
|
||||
su \
|
||||
systat \
|
||||
tabs \
|
||||
@ -277,7 +278,6 @@ SUBDIR.${MK_TOOLCHAIN}+= readelf
|
||||
SUBDIR.${MK_TOOLCHAIN}+= rpcgen
|
||||
SUBDIR.${MK_TOOLCHAIN}+= unifdef
|
||||
SUBDIR.${MK_TOOLCHAIN}+= size
|
||||
SUBDIR.${MK_TOOLCHAIN}+= strings
|
||||
SUBDIR.${MK_TOOLCHAIN}+= xstr
|
||||
SUBDIR.${MK_TOOLCHAIN}+= yacc
|
||||
SUBDIR.${MK_VI}+= vi
|
||||
|
Loading…
Reference in New Issue
Block a user