Deal with another hardcoded reference to Kyuafile in the KYUAFILE == auto

case

Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff)
Reviewed by: emaste, Evan Cramer <eccramer@gmail.com>
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2015-12-20 06:01:53 +00:00
parent 51188989cf
commit 7da456da4e

View File

@ -80,7 +80,7 @@ Kyuafile: Makefile
>>${.TARGET}.tmp
.endfor
.for _T in ${TESTS_SUBDIRS:N.WAIT}
@echo "include(\"${_T}/Kyuafile\")" >>${.TARGET}.tmp
@echo "include(\"${_T}/${.TARGET}\")" >>${.TARGET}.tmp
.endfor
@mv ${.TARGET}.tmp ${.TARGET}
.endif