summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2020-04-03 16:19:07 +0000
committerBrooks Davis <brooks@FreeBSD.org>2020-04-03 16:19:07 +0000
commite40fa28f1a0fb71a4b7b78cce6d726a374eb6b93 (patch)
tree234f57e4f4cbf14977027e63866b0304a0a02ed1 /Makefile.inc1
parent415a606e17ad7a4e6d84f503c16d9907288fdedb (diff)
downloadsrc-test-e40fa28f1a0fb71a4b7b78cce6d726a374eb6b93.tar.gz
src-test-e40fa28f1a0fb71a4b7b78cce6d726a374eb6b93.zip
Pass the real value of MK_TESTS_SUPPORT to distribution.
This allows kyua's config file to actually be installed. Reported by: arichardson Reviewed by: arichardson Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24268
Notes
Notes: svn path=/head/; revision=359603
Diffstat (limited to 'Makefile.inc1')
-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
#