Introduce READELF?= /usr/bin/readelf

In many cases where objdump is currently used, readelf is a better
choice. Introduce a variable for ports that wish to use it.

Reviewed by:	bapt
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D7761
This commit is contained in:
Ed Maste 2016-09-02 15:54:20 +00:00
parent 54753798dc
commit e3596a7959
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421268

View file

@ -72,6 +72,7 @@ PAX?= /bin/pax
PRINTF?= /usr/bin/printf
PS_CMD?= /bin/ps
PW?= /usr/sbin/pw
READELF?= /usr/bin/readelf
REALPATH?= /bin/realpath
RM?= /bin/rm -f
RMDIR?= /bin/rmdir