aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-02-03 16:27:23 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-02-03 16:27:23 +0000
commit27f134b64ae20c1f50fa9249135f50ad6f002aee (patch)
treede2a8eccc43b7afed2aaa1e9fa79d2b18b7148e6 /Makefile.inc1
parentb9b36cc00f1804fb01b45e96ef9bf4f7413528ae (diff)
downloadsrc-27f134b64ae20c1f50fa9249135f50ad6f002aee.tar.gz
src-27f134b64ae20c1f50fa9249135f50ad6f002aee.zip
native-xtools: Add missing readelf.
The switch to elftoolchain's readelf in r280859 caused native-xtools to no longer build readelf. This fixes poudriere builds not using a native readelf when expected. Reported by: strejda on freenode MFC after: 2 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=313163
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e9ed22493df1..17d6b0c0e897 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1950,6 +1950,7 @@ native-xtools: .PHONY
usr.bin/mktemp \
usr.bin/mt \
usr.bin/patch \
+ usr.bin/readelf \
usr.bin/sed \
usr.bin/sort \
usr.bin/tar \