summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-06-24 16:28:52 +0000
committerimp <imp@FreeBSD.org>2010-06-24 16:28:52 +0000
commitafa2ffffddf42131986115f223edb79ad2dfaa8f (patch)
tree3b783d08b2c3f9b287d5a615b7f460c57f9fd9f7 /Makefile.inc1
parent3f2e07adad21cd9864a74b3f6818ed890b21cb38 (diff)
downloadFreeBSD-src-afa2ffffddf42131986115f223edb79ad2dfaa8f.zip
FreeBSD-src-afa2ffffddf42131986115f223edb79ad2dfaa8f.tar.gz
Merge from TBEMD:
Rather than having arch specific code in Makefile.inc1, generalize so that we can control the settings of different options on a per architecutre basis. Reviewed by: arch@ (twice)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 149ab65..dbb4d9f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -30,9 +30,7 @@
.include <bsd.own.mk>
-.if ${MACHINE_ARCH} == "mips"
-MK_RESCUE=no # not yet
-.endif
+.include <bsd.arch.inc.mk>
# We must do share/info early so that installation of info `dir'
# entries works correctly. Do it first since it is less likely to
OpenPOWER on IntegriCloud