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:
Ed Maste 2017-11-20 20:55:41 +00:00
parent cab229b2a6
commit 5f8eed2f42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326030
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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