diff options
author | Ed Maste <emaste@FreeBSD.org> | 2016-09-02 15:54:20 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2016-09-02 15:54:20 +0000 |
commit | e3596a7959b022cc833961e4d910bc2973be755b (patch) | |
tree | 0db541841715003e25a8bfea2c76f2df8c5ecf3c | |
parent | archivers/zstd: Upgrade version 0.8.1 => 1.0.0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=421268
-rw-r--r-- | Mk/bsd.commands.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk index f1c9b0dad366..aa82818be319 100644 --- a/Mk/bsd.commands.mk +++ b/Mk/bsd.commands.mk @@ -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 |