Do not build sysintall for arm.

This commit is contained in:
Olivier Houchard 2004-05-14 13:44:55 +00:00
parent bc67fdeab2
commit c7730c31ca

View File

@ -180,7 +180,7 @@ SUBDIR= ac \
zic \
${_zzz}
.if ${MACHINE_ARCH} != "powerpc"
.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "arm"
_sysinstall= sysinstall
.endif