summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 3a48482..42ed476 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -49,7 +49,7 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
libdwarf \
libedit \
${_libefivar} \
- ${_libelftc} \
+ libelftc \
libevent \
libexecinfo \
libexpat \
@@ -188,7 +188,6 @@ _cuse= libcuse
.endif
.if ${MK_TOOLCHAIN} != "no"
-_libelftc= libelftc
_libpe= libpe
.endif
OpenPOWER on IntegriCloud