summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-04-22 12:58:16 +0000
committergjb <gjb@FreeBSD.org>2015-04-22 12:58:16 +0000
commitdfb432f9b57e5f768243247ed35fbe38bb9c40f1 (patch)
treefa80e7790043dbef019b7054cc115a9f48aa1744 /usr.bin/Makefile
parentd80ecfbe72b8ed71093c9e5af6df5f0561b96d8c (diff)
parent9fb28191d6c6ea33751f04137cf88d9c9d97f97e (diff)
downloadFreeBSD-src-dfb432f9b57e5f768243247ed35fbe38bb9c40f1.zip
FreeBSD-src-dfb432f9b57e5f768243247ed35fbe38bb9c40f1.tar.gz
MFH: r280643-r281852
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index aee201a..557c407 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -133,6 +133,7 @@ SUBDIR= ${_addr2line} \
procstat \
protect \
rctl \
+ ${_readelf} \
renice \
rev \
revoke \
@@ -238,6 +239,7 @@ SUBDIR+= ee
_addr2line= addr2line
_elfcopy= elfcopy
_nm= nm
+_readelf= readelf
_size= size
_strings= strings
.endif
@@ -282,8 +284,10 @@ SUBDIR+= iscsictl
.if ${MK_KDUMP} != "no"
SUBDIR+= kdump
+.if ${MACHINE_ARCH} != "aarch64" # ARM64TODO truss does not build
SUBDIR+= truss
.endif
+.endif
.if ${MK_KERBEROS_SUPPORT} != "no"
SUBDIR+= compile_et
@@ -380,13 +384,17 @@ SUBDIR+= c89
SUBDIR+= c99
SUBDIR+= ctags
SUBDIR+= file2c
+.if ${MACHINE_ARCH} != "aarch64" # ARM64TODO gprof does not build
SUBDIR+= gprof
+.endif
SUBDIR+= indent
SUBDIR+= lex
SUBDIR+= mkstr
SUBDIR+= rpcgen
SUBDIR+= unifdef
+.if ${MACHINE_ARCH} != "aarch64" # ARM64TODO xlint does not build
SUBDIR+= xlint
+.endif
SUBDIR+= xstr
SUBDIR+= yacc
.endif
OpenPOWER on IntegriCloud