Do not build truss on arm.
This commit is contained in:
parent
fffcd6531e
commit
355114cf96
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user