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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to