diff options
author | jmmv <jmmv@FreeBSD.org> | 2013-11-25 13:28:40 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2013-11-25 13:28:40 +0000 |
commit | 7a1cd362c96ffb387c82d7355b847e68ed67ce32 (patch) | |
tree | 19befcf4c0db715a54d6551742a4742a29f59475 /share | |
parent | d88ffcbc993fc7ff222c290a07ea26739446c1d9 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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> |