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 5ae993a686c5..80bd19aafd3a 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -180,7 +180,7 @@ SUBDIR= ac \
zic \
${_zzz}
-.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "arm"
+.if ${MACHINE_ARCH} != "arm"
_sysinstall= sysinstall
.endif