mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Insert "arm" between "amd64" and "powerpc"
Requested by: bde
This commit is contained in:
parent
f7dd67d801
commit
bb52bd2f06
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129249
@ -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