Only enable svn on amd64/ia64/sparc64/i386.

This commit is contained in:
Peter Wemm 2013-06-20 02:26:32 +00:00
parent 7969a6ec5f
commit 4cc6982f98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252014

View File

@ -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