aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-11-20 20:55:41 +0000
committerEd Maste <emaste@FreeBSD.org>2017-11-20 20:55:41 +0000
commit5f8eed2f4230a16279dd6034af5009ac5febae9d (patch)
tree60b6af6cc4253426a222ece2980736566f2a355a /usr.bin/Makefile
parentcab229b2a679287710e4a23e4901ee020d0bf96a (diff)
downloadsrc-5f8eed2f4230a16279dd6034af5009ac5febae9d.tar.gz
src-5f8eed2f4230a16279dd6034af5009ac5febae9d.zip
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
Notes
Notes: svn path=/head/; revision=326030
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 453a0de31e2d..b4c24640b6d3 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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