Install plain.test.mk.
This was missed when this file was first imported. Its atf.test.mk counterpart is already being installed and these are necessary if we want "make" within the source tree (not via "buildworld") to work. Approved by: rpaulo (mentor)
This commit is contained in:
parent
d8d2111e85
commit
f67f6c4e3b
@ -45,6 +45,7 @@ FILESDIR= ${BINDIR}/mk
|
|||||||
|
|
||||||
.if ${MK_TESTS} != "no"
|
.if ${MK_TESTS} != "no"
|
||||||
FILES+= atf.test.mk
|
FILES+= atf.test.mk
|
||||||
|
FILES+= plain.test.mk
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user