summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2017-01-05 21:28:42 +0000
committerskrll <skrll@NetBSD.org>2017-01-05 21:28:42 +0000
commitac77b6be950fbeb0b5780ceb2dc4b20316c7d6c2 (patch)
treeec360ea3d61f297035468ef66447ac6867b85be4 /compat
parent3221cfa0765c9b5afb88f3ed997964ddec7588fb (diff)
Don't mix abis in any CRUNCHEDPROG
Diffstat (limited to 'compat')
-rw-r--r--compat/exec.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/exec.mk b/compat/exec.mk
index 1b940b8a86a..bf4b098bb7c 100644
--- a/compat/exec.mk
+++ b/compat/exec.mk
@@ -1,4 +1,4 @@
-# $NetBSD: exec.mk,v 1.2 2016/12/29 23:42:38 mrg Exp $
+# $NetBSD: exec.mk,v 1.3 2017/01/05 21:28:42 skrll Exp $
# this makefile fragment can be included to modify the default
# ABI a program is compiled with. this is designed to be used
@@ -36,7 +36,7 @@ LDSTATIC=-static
. include <bsd.own.mk>
-. if ${MKCOMPAT} != "no" && !defined(RESCUEDIR)
+. if ${MKCOMPAT} != "no" && !defined(CRUNCHEDPROG)
. include "${.PARSEDIR}/mips64/64/bsd.64.mk"
. endif # ${MKCOMPAT} != "no"