From 991e6f718b25585b60c336f7292020a3998cfb1d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 8 May 2003 06:33:07 +0000 Subject: [PATCH] Exclude gprof and truss for amd64 too. Approved by: re (scottl) --- usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 4fdf101de76f..725cbdf27660 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