summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2013-06-29 15:31:23 +0000
committerkientzle <kientzle@FreeBSD.org>2013-06-29 15:31:23 +0000
commit07510fdf7a8865baaee43dbc71f980f5b7edab84 (patch)
tree2508437a8a8c4c4c2c87410dfb67d58deb34b502 /usr.bin/Makefile
parent85751b0d64e01581da065ad8836d875d5339a1fe (diff)
downloadFreeBSD-src-07510fdf7a8865baaee43dbc71f980f5b7edab84.zip
FreeBSD-src-07510fdf7a8865baaee43dbc71f980f5b7edab84.tar.gz
Enable svnlite on armv6.
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 535b2ab..0e7edf2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -366,7 +366,7 @@ SUBDIR+= users
SUBDIR+= who
.endif
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "armv6"
.if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
SUBDIR+= svn
.endif
OpenPOWER on IntegriCloud