diff --git a/Makefile.inc1 b/Makefile.inc1 index 98ecfdd003d2..df3d9d5bbe01 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -27,6 +27,10 @@ .include +.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.