From e40fa28f1a0fb71a4b7b78cce6d726a374eb6b93 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 3 Apr 2020 16:19:07 +0000 Subject: 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 --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') 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 # -- cgit v1.2.3