summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-06-20 02:26:32 +0000
committerpeter <peter@FreeBSD.org>2013-06-20 02:26:32 +0000
commit6d920417d87055c3f6c9c8e690cac2cce558c6c5 (patch)
tree5cd5bb520c75d064bdcff81249c04b9335be9b74 /usr.bin/Makefile
parentc892c30d63dc5d882ce2547fd59f5334a42898c7 (diff)
downloadFreeBSD-src-6d920417d87055c3f6c9c8e690cac2cce558c6c5.zip
FreeBSD-src-6d920417d87055c3f6c9c8e690cac2cce558c6c5.tar.gz
Only enable svn on amd64/ia64/sparc64/i386.
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 53a60dc..535b2ab 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
OpenPOWER on IntegriCloud