summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-05-14 13:44:55 +0000
committercognet <cognet@FreeBSD.org>2004-05-14 13:44:55 +0000
commit924a087591e62623f492908c618990c8705f05ef (patch)
tree1f6ce2c0c07b30780640dc017177b8b176dc7493 /usr.sbin/Makefile
parentbe7f7f1da8c4eb0fd6d57d9014d90275ac6f6915 (diff)
downloadFreeBSD-src-924a087591e62623f492908c618990c8705f05ef.zip
FreeBSD-src-924a087591e62623f492908c618990c8705f05ef.tar.gz
Do not build sysintall for arm.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index b137e7c..5ae993a 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
OpenPOWER on IntegriCloud