Truss builds on mips, so don't filter it building there anymore.

This commit is contained in:
Warner Losh 2009-02-15 01:32:50 +00:00
parent 89fe547f2a
commit 970a16678b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188629

View File

@ -233,7 +233,7 @@ SUBDIR= alias \
${_ypmatch} \
${_ypwhich}
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
.if ${MACHINE_ARCH} != "arm"
_truss= truss
.endif