summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-09-19 16:14:42 +0000
committerobrien <obrien@FreeBSD.org>2008-09-19 16:14:42 +0000
commita01a900ec7687c5273672829c5cc1bfbe4f09727 (patch)
treedc60e9fce1291335945ac61e10285e77f3bd8fd6 /Makefile.inc1
parent3776c76ac8b953afafb9b5aa0fb87ffd62600464 (diff)
downloadFreeBSD-src-a01a900ec7687c5273672829c5cc1bfbe4f09727.zip
FreeBSD-src-a01a900ec7687c5273672829c5cc1bfbe4f09727.tar.gz
Rescue is "not yet" for MIPS.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 98ecfdd..df3d9d5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -27,6 +27,10 @@
.include <bsd.own.mk>
+.if ${MACHINE_ARCH} == "mips"
+MK_RESCUE=no # not yet
+.endif
+
# We must do share/info early so that installation of info `dir'
# entries works correctly. Do it first since it is less likely to
# grow dependencies on include and lib than vice versa.
OpenPOWER on IntegriCloud