summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2013-11-25 13:28:40 +0000
committerjmmv <jmmv@FreeBSD.org>2013-11-25 13:28:40 +0000
commit7a1cd362c96ffb387c82d7355b847e68ed67ce32 (patch)
tree19befcf4c0db715a54d6551742a4742a29f59475 /share
parentd88ffcbc993fc7ff222c290a07ea26739446c1d9 (diff)
downloadFreeBSD-src-7a1cd362c96ffb387c82d7355b847e68ed67ce32.zip
FreeBSD-src-7a1cd362c96ffb387c82d7355b847e68ed67ce32.tar.gz
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)
Diffstat (limited to 'share')
-rw-r--r--share/mk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index 549f5ea..d854cca 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud