Insert "arm" between "amd64" and "powerpc"
Requested by: bde
This commit is contained in:
parent
f7dd67d801
commit
bb52bd2f06
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user