Index: head/gnu/usr.bin/binutils/Makefile =================================================================== --- head/gnu/usr.bin/binutils/Makefile +++ head/gnu/usr.bin/binutils/Makefile @@ -13,7 +13,7 @@ ${_nm} \ objcopy \ objdump \ - readelf \ + ${_readelf} \ ${_size} \ ${_strings} \ ${_strip} @@ -21,6 +21,7 @@ .if ${MK_ELFTOOLCHAIN_TOOLS} == "no" _addr2line= addr2line _nm= nm +_readelf= readelf _size= size _strings= strings _strip= strip Index: head/usr.bin/Makefile =================================================================== --- head/usr.bin/Makefile +++ head/usr.bin/Makefile @@ -133,6 +133,7 @@ procstat \ protect \ rctl \ + ${_readelf} \ renice \ rev \ revoke \ @@ -238,6 +239,7 @@ _addr2line= addr2line _elfcopy= elfcopy _nm= nm +_readelf= readelf _size= size _strings= strings .endif