svn commit: r258551 - head/share/mk

Julio Merino jmmv at FreeBSD.org
Mon Nov 25 13:28:41 UTC 2013


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>


More information about the svn-src-all mailing list