svn commit: r339744 - head/lib/csu

Andrew Turner andrew at FreeBSD.org
Thu Oct 25 21:08:17 UTC 2018


Author: andrew
Date: Thu Oct 25 21:08:15 2018
New Revision: 339744
URL: https://svnweb.freebsd.org/changeset/base/339744

Log:
  Add a missing include for src.opts.mk. Without it MK_TESTS isn't defined.
  
  MFC with:	r339738
  Sponsored by:	DARPA, AFRL

Modified:
  head/lib/csu/Makefile

Modified: head/lib/csu/Makefile
==============================================================================
--- head/lib/csu/Makefile	Thu Oct 25 20:44:14 2018	(r339743)
+++ head/lib/csu/Makefile	Thu Oct 25 21:08:15 2018	(r339744)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+.include <src.opts.mk>
+
 .if exists(${.CURDIR}/${MACHINE_ARCH})
 SUBDIR+= ${MACHINE_ARCH}
 .else


More information about the svn-src-all mailing list