Exclude gprof and truss for amd64 too.

Approved by:  re (scottl)
This commit is contained in:
Peter Wemm 2003-05-08 06:33:07 +00:00
parent 7ef6516c60
commit 991e6f718b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114830

View File

@ -11,7 +11,7 @@
_xlint= xlint
.endif
.if ${MACHINE_ARCH} != "powerpc"
.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "amd64"
_gprof= gprof
_truss= truss
.endif