Enable truss for powerpc

This commit is contained in:
Peter Grehan 2006-01-05 05:58:16 +00:00
parent 7fa9dc1c36
commit 5aedf535d3

View File

@ -227,8 +227,7 @@ SUBDIR= alias \
${_ypmatch} \
${_ypwhich}
.if ${MACHINE_ARCH} != "arm" && \
${MACHINE_ARCH} != "powerpc"
.if ${MACHINE_ARCH} != "arm"
_truss= truss
.endif