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

View file

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