summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 102949333ada6..e58c21e65ff71 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1509,7 +1509,8 @@ distrib-dirs distribution: .MAKE .PHONY
.if make(distribution)
${_+_}cd ${.CURDIR}; ${CROSSENV} PATH=${TMPPATH} \
${MAKE} -f Makefile.inc1 ${IMAKE_INSTALL} \
- METALOG=${METALOG} MK_TESTS=no installconfig
+ METALOG=${METALOG} MK_TESTS=no \
+ MK_TESTS_SUPPORT=${MK_TESTS_SUPPORT} installconfig
.endif
#