From f67f6c4e3ba36b58b1173ca24dd5a37405a1de1e Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Mon, 25 Nov 2013 13:28:40 +0000 Subject: [PATCH] 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) --- share/mk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/mk/Makefile b/share/mk/Makefile index 549f5ea1f3bd..d854cca705b7 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -45,6 +45,7 @@ FILESDIR= ${BINDIR}/mk .if ${MK_TESTS} != "no" FILES+= atf.test.mk +FILES+= plain.test.mk .endif .include