aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-02-15 01:32:50 +0000
committerWarner Losh <imp@FreeBSD.org>2009-02-15 01:32:50 +0000
commit970a16678ba83b8e94ea2d56c0c49be58d9fe4c8 (patch)
treef0aa4ac4e4f1102d4e5d33995059744ceff70a11 /usr.bin
parent89fe547f2a3fb637825abaa41b7765b89b2a97d2 (diff)
downloadsrc-970a16678ba83b8e94ea2d56c0c49be58d9fe4c8.tar.gz
src-970a16678ba83b8e94ea2d56c0c49be58d9fe4c8.zip
Truss builds on mips, so don't filter it building there anymore.
Notes
Notes: svn path=/head/; revision=188629
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 3688533ea478..cdfaf1294313 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