Rescue doesn't work for n64.

This commit is contained in:
Warner Losh 2010-08-26 05:16:00 +00:00
parent d7dc2db434
commit 4d7ba08324
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# $FreeBSD$
.if ${TARGET_ABI} == "n64"
MK_RESCUE=no
.endif