aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.commands.mk
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-09-02 15:54:20 +0000
committerEd Maste <emaste@FreeBSD.org>2016-09-02 15:54:20 +0000
commite3596a7959b022cc833961e4d910bc2973be755b (patch)
tree0db541841715003e25a8bfea2c76f2df8c5ecf3c /Mk/bsd.commands.mk
parent54753798dc836b89069f54416b48fc9832832662 (diff)
downloadports-e3596a7959b022cc833961e4d910bc2973be755b.tar.gz
ports-e3596a7959b022cc833961e4d910bc2973be755b.zip
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
Diffstat (limited to 'Mk/bsd.commands.mk')
-rw-r--r--Mk/bsd.commands.mk1
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