svn commit: r252373 - head/usr.bin

Tim Kientzle kientzle at FreeBSD.org
Sat Jun 29 15:31:24 UTC 2013


Author: kientzle
Date: Sat Jun 29 15:31:23 2013
New Revision: 252373
URL: http://svnweb.freebsd.org/changeset/base/252373

Log:
  Enable svnlite on armv6.

Modified:
  head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Sat Jun 29 12:27:50 2013	(r252372)
+++ head/usr.bin/Makefile	Sat Jun 29 15:31:23 2013	(r252373)
@@ -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


More information about the svn-src-all mailing list