summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-08 06:33:07 +0000
committerpeter <peter@FreeBSD.org>2003-05-08 06:33:07 +0000
commit5edc5326f46187d42460796d2a400e08b2f50363 (patch)
treefb98271820817a2795f99f35c9c11f646be2c359 /usr.bin/Makefile
parentbe706ebe0cbcd01094c949595f84333d312c514a (diff)
downloadFreeBSD-src-5edc5326f46187d42460796d2a400e08b2f50363.zip
FreeBSD-src-5edc5326f46187d42460796d2a400e08b2f50363.tar.gz
Exclude gprof and truss for amd64 too.
Approved by: re (scottl)
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 4fdf101..725cbdf 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -11,7 +11,7 @@
_xlint= xlint
.endif
-.if ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "amd64"
_gprof= gprof
_truss= truss
.endif
OpenPOWER on IntegriCloud