aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mips
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-08-26 05:16:00 +0000
committerWarner Losh <imp@FreeBSD.org>2010-08-26 05:16:00 +0000
commit4d7ba083240e94eef3d676beb195eb44ed0b9af6 (patch)
tree7866ac10113c7e690ffdcb25acf64f3b2b095743 /Makefile.mips
parentd7dc2db43420265b37084554b5dd55887fcd8c87 (diff)
downloadsrc-4d7ba083240e94eef3d676beb195eb44ed0b9af6.tar.gz
src-4d7ba083240e94eef3d676beb195eb44ed0b9af6.zip
Rescue doesn't work for n64.
Notes
Notes: svn path=/head/; revision=211831
Diffstat (limited to 'Makefile.mips')
-rw-r--r--Makefile.mips3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.mips b/Makefile.mips
index b720e3de68bf..7b70b9d3fcc0 100644
--- a/Makefile.mips
+++ b/Makefile.mips
@@ -1,2 +1,5 @@
# $FreeBSD$
+.if ${TARGET_ABI} == "n64"
+MK_RESCUE=no
+.endif