mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Truss builds on mips, so don't filter it building there anymore.
This commit is contained in:
parent
89fe547f2a
commit
970a16678b
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ SUBDIR= alias \
|
|||
${_ypmatch} \
|
||||
${_ypwhich}
|
||||
|
||||
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
|
||||
.if ${MACHINE_ARCH} != "arm"
|
||||
_truss= truss
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue