summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-04-14 10:15:58 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-04-14 10:15:58 +0000
commitda713b9ed26972d8f051ee8c88fc4e0cca5d3414 (patch)
tree6063c985d05ca16562233353fdd67d679259deed /usr.bin/Makefile
parent340bde81785a84df539728fe78fbb51472c56934 (diff)
downloadsrc-test2-da713b9ed26972d8f051ee8c88fc4e0cca5d3414.tar.gz
src-test2-da713b9ed26972d8f051ee8c88fc4e0cca5d3414.zip
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index b1e4b83ee093..557c4078bc5c 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -284,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
@@ -382,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