summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2017-12-20 00:30:31 +0000
committeremaste <emaste@FreeBSD.org>2017-12-20 00:30:31 +0000
commitd69ec242989a300650ae6ece0c654c7fd7897a66 (patch)
tree1f7dcca910cbb744c9b0e861aadd06ea80b5df64 /usr.bin/Makefile
parent74aafddb80bc8c0288b04b38f49bbfa0a577aa14 (diff)
downloadFreeBSD-src-d69ec242989a300650ae6ece0c654c7fd7897a66.zip
FreeBSD-src-d69ec242989a300650ae6ece0c654c7fd7897a66.tar.gz
MFC r326030: 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 Sponsored by: The FreeBSD Foundation
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 f0ab210..65a70ba 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -148,6 +148,7 @@ SUBDIR= alias \
split \
stat \
stdbuf \
+ strings \
su \
systat \
tabs \
@@ -285,7 +286,6 @@ SUBDIR.${MK_TOOLCHAIN}+= readelf
SUBDIR.${MK_TOOLCHAIN}+= rpcgen
SUBDIR.${MK_TOOLCHAIN}+= unifdef
SUBDIR.${MK_TOOLCHAIN}+= size
-SUBDIR.${MK_TOOLCHAIN}+= strings
.if ${MACHINE_ARCH} != "aarch64" # ARM64TODO xlint does not build
SUBDIR.${MK_TOOLCHAIN}+= xlint
.endif
OpenPOWER on IntegriCloud