Author: jmmv Date: Mon Nov 25 13:28:40 2013 New Revision: 258551 URL: http://svnweb.freebsd.org/changeset/base/258551
Log: 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) Modified: head/share/mk/Makefile Modified: head/share/mk/Makefile ============================================================================== --- head/share/mk/Makefile Mon Nov 25 11:31:42 2013 (r258550) +++ head/share/mk/Makefile Mon Nov 25 13:28:40 2013 (r258551) @@ -45,6 +45,7 @@ FILESDIR= ${BINDIR}/mk .if ${MK_TESTS} != "no" FILES+= atf.test.mk +FILES+= plain.test.mk .endif .include <bsd.prog.mk> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"