summaryrefslogtreecommitdiffstats
path: root/Makefile.mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-26 05:16:00 +0000
committerimp <imp@FreeBSD.org>2010-08-26 05:16:00 +0000
commit17c74826a504c84f45847079c93abdc7c97f54db (patch)
tree7866ac10113c7e690ffdcb25acf64f3b2b095743 /Makefile.mips
parent5df5c603404f273e90652478c9a2a0368674cfa2 (diff)
downloadFreeBSD-src-17c74826a504c84f45847079c93abdc7c97f54db.zip
FreeBSD-src-17c74826a504c84f45847079c93abdc7c97f54db.tar.gz
Rescue doesn't work for n64.
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 b720e3d..7b70b9d 100644
--- a/Makefile.mips
+++ b/Makefile.mips
@@ -1,2 +1,5 @@
# $FreeBSD$
+.if ${TARGET_ABI} == "n64"
+MK_RESCUE=no
+.endif
OpenPOWER on IntegriCloud