summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2004-06-12 22:49:06 +0000
committerdwmalone <dwmalone@FreeBSD.org>2004-06-12 22:49:06 +0000
commitcfc5f034d679757260c58436a1a953e555453027 (patch)
tree8def47f305d5551fe454a37f30734a19a61c278b /usr.bin/Makefile
parent56bd265f9d195c47ad6a39c09d3d5fc3287e3ea7 (diff)
downloadFreeBSD-src-cfc5f034d679757260c58436a1a953e555453027.zip
FreeBSD-src-cfc5f034d679757260c58436a1a953e555453027.tar.gz
A first stab at truss support for amd64, basically cogged from i386.
It seems to work in my limited tests.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 5d16506..09d818d 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -224,7 +224,7 @@ SUBDIR= alias \
ypmatch \
ypwhich
-.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "arm" && \
+.if ${MACHINE_ARCH} != "arm" && \
${MACHINE_ARCH} != "powerpc"
_truss= truss
.endif
OpenPOWER on IntegriCloud