summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-19 19:20:05 +0000
committerimp <imp@FreeBSD.org>2008-09-19 19:20:05 +0000
commit2ee4d1ff95c73b17a808ed45675c867ffe130577 (patch)
tree5af0df9625e6a9eceea9d2043887183713794dd9 /usr.sbin
parent7743c5ac0ad8a724e3c4d14578d438981b0950f3 (diff)
downloadFreeBSD-src-2ee4d1ff95c73b17a808ed45675c867ffe130577.zip
FreeBSD-src-2ee4d1ff95c73b17a808ed45675c867ffe130577.tar.gz
crunchgen doesn't work yet on mips. So sysinstall can't be built there.
omit it like we do for arm.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 44ccefb..011d9be 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -197,7 +197,7 @@ SUBDIR= ac \
zic \
${_zzz}
-.if ${MACHINE_ARCH} != "arm"
+.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
_sysinstall= sysinstall
.endif
OpenPOWER on IntegriCloud