summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-15 01:32:50 +0000
committerimp <imp@FreeBSD.org>2009-02-15 01:32:50 +0000
commitccc13c656ba58b8707093dd8e3fdeba67f800faa (patch)
treef0aa4ac4e4f1102d4e5d33995059744ceff70a11 /usr.bin
parent442a51fa71ec87e4b41ae7f6547fec9abae86a71 (diff)
downloadFreeBSD-src-ccc13c656ba58b8707093dd8e3fdeba67f800faa.zip
FreeBSD-src-ccc13c656ba58b8707093dd8e3fdeba67f800faa.tar.gz
Truss builds on mips, so don't filter it building there anymore.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 3688533..cdfaf12 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -233,7 +233,7 @@ SUBDIR= alias \
${_ypmatch} \
${_ypwhich}
-.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
+.if ${MACHINE_ARCH} != "arm"
_truss= truss
.endif
OpenPOWER on IntegriCloud