Do not build truss on arm.

This commit is contained in:
Olivier Houchard 2004-05-14 13:43:18 +00:00
parent fffcd6531e
commit 355114cf96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129221

View File

@ -224,7 +224,8 @@ SUBDIR= alias \
ypmatch \
ypwhich
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" && \
${MACHINE_ARCH} != "arm"
_truss= truss
.endif