From 970a16678ba83b8e94ea2d56c0c49be58d9fe4c8 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 15 Feb 2009 01:32:50 +0000 Subject: [PATCH] Truss builds on mips, so don't filter it building there anymore. --- usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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