summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index b137e7cdd0d8..5ae993a686c5 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -180,7 +180,7 @@ SUBDIR= ac \
zic \
${_zzz}
-.if ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "arm"
_sysinstall= sysinstall
.endif