summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index f0fa19b..53a60dc 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -366,9 +366,11 @@ SUBDIR+= users
SUBDIR+= who
.endif
+.if ${MACHINE_ARCH} != "mips" # mips is broken with pthread
.if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
SUBDIR+= svn
.endif
+.endif
.include <bsd.arch.inc.mk>
OpenPOWER on IntegriCloud