Insert "arm" between "amd64" and "powerpc"

Requested by:	bde
This commit is contained in:
Olivier Houchard 2004-05-14 23:08:52 +00:00
parent f7dd67d801
commit bb52bd2f06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129249

View File

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