aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-09-19 19:20:05 +0000
committerWarner Losh <imp@FreeBSD.org>2008-09-19 19:20:05 +0000
commita470aba35de34d6c041613bc7cc6852d1b124d86 (patch)
tree5af0df9625e6a9eceea9d2043887183713794dd9 /usr.sbin/Makefile
parent6be0323d9796bf48f8a0187a71d1b99d72ad3e4a (diff)
downloadsrc-a470aba35de34d6c041613bc7cc6852d1b124d86.tar.gz
src-a470aba35de34d6c041613bc7cc6852d1b124d86.zip
crunchgen doesn't work yet on mips. So sysinstall can't be built there.
omit it like we do for arm.
Notes
Notes: svn path=/head/; revision=183195
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 44ccefb08d10..011d9bed9f98 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