aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2013-06-20 02:26:32 +0000
committerPeter Wemm <peter@FreeBSD.org>2013-06-20 02:26:32 +0000
commit4cc6982f98e1d5553dc205908eff8acdb67607be (patch)
tree5cd5bb520c75d064bdcff81249c04b9335be9b74 /usr.bin/Makefile
parent7969a6ec5ffac0b73fcd4c29787c8a1249272634 (diff)
downloadsrc-4cc6982f98e1d5553dc205908eff8acdb67607be.tar.gz
src-4cc6982f98e1d5553dc205908eff8acdb67607be.zip
Only enable svn on amd64/ia64/sparc64/i386.
Notes
Notes: svn path=/head/; revision=252014
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 53a60dca6c41..535b2ab5078c 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -366,7 +366,7 @@ SUBDIR+= users
SUBDIR+= who
.endif
-.if ${MACHINE_ARCH} != "mips" # mips is broken with pthread
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "i386"
.if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
SUBDIR+= svn
.endif