Rescue is "not yet" for MIPS.

This commit is contained in:
David E. O'Brien 2008-09-19 16:14:42 +00:00
parent 48d48c633e
commit bcffa9358d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183193

View File

@ -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.