Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 13:28:41 +0000 (UTC)
From:      Julio Merino <jmmv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258551 - head/share/mk
Message-ID:  <201311251328.rAPDSfbc052961@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311251328.rAPDSfbc052961>