diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2015-04-14 10:15:58 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2015-04-14 10:15:58 +0000 |
commit | da713b9ed26972d8f051ee8c88fc4e0cca5d3414 (patch) | |
tree | 6063c985d05ca16562233353fdd67d679259deed /usr.bin/Makefile | |
parent | 340bde81785a84df539728fe78fbb51472c56934 (diff) | |
download | src-test2-da713b9ed26972d8f051ee8c88fc4e0cca5d3414.tar.gz src-test2-da713b9ed26972d8f051ee8c88fc4e0cca5d3414.zip |
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 6 |
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 |