Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2018 21:08:16 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339744 - head/lib/csu
Message-ID:  <201810252108.w9PL8GJ5050176@repo.freebsd.org>

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



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