mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Clean up Kyuafile.tmp, not Kyuafile.auto.tmp
MFC after: 1 week 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:
parent
46319c9839
commit
3bbee5556a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ FILESDIR_Kyuafile= ${TESTSDIR}
|
|||
.endif
|
||||
|
||||
.if ${KYUAFILE:tl} == "auto"
|
||||
CLEANFILES+= Kyuafile Kyuafile.auto.tmp
|
||||
CLEANFILES+= Kyuafile Kyuafile.tmp
|
||||
.endif
|
||||
|
||||
.for _T in ${_TESTS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue