From e3596a7959b022cc833961e4d910bc2973be755b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 2 Sep 2016 15:54:20 +0000 Subject: [PATCH] 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 --- Mk/bsd.commands.mk | 1 + 1 file changed, 1 insertion(+) 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