Exclude gprof and truss for amd64 too.
Approved by: re (scottl)
This commit is contained in:
parent
7ef6516c60
commit
991e6f718b
@ -11,7 +11,7 @@
|
||||
_xlint= xlint
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "powerpc"
|
||||
.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "amd64"
|
||||
_gprof= gprof
|
||||
_truss= truss
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user