diff options
author | kib <kib@FreeBSD.org> | 2015-10-02 13:30:56 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2015-10-02 13:30:56 +0000 |
commit | ebda580b173c6ea10883ad3f2dc83d8778f24fc4 (patch) | |
tree | 50e047c282c90c225fa4eedff79edd74063f4cf2 /usr.bin/Makefile | |
parent | 73fc85db975ba1074e94ecfbea620f83d0eaa26d (diff) | |
download | FreeBSD-src-ebda580b173c6ea10883ad3f2dc83d8778f24fc4.zip FreeBSD-src-ebda580b173c6ea10883ad3f2dc83d8778f24fc4.tar.gz |
Add aarch64 support to truss(1).
Reviewed by: jhb
Discussed with: emaste (license)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3750
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 4f8a36b..03f8864 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -266,10 +266,8 @@ 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 |