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:
Julio Merino 2013-11-25 13:28:40 +00:00
parent d8d2111e85
commit f67f6c4e3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258551

View File

@ -45,6 +45,7 @@ FILESDIR= ${BINDIR}/mk
.if ${MK_TESTS} != "no"
FILES+= atf.test.mk
FILES+= plain.test.mk
.endif
.include <bsd.prog.mk>