svn commit: r318009 - head/sys/conf

Ngie Cooper ngie at FreeBSD.org
Tue May 9 05:03:37 UTC 2017


Author: ngie
Date: Tue May  9 05:03:35 2017
New Revision: 318009
URL: https://svnweb.freebsd.org/changeset/base/318009

Log:
  Add MK_TESTS to kern.opts.mk to support r31800
  
  MFC after:	3 weeks
  MFC with:	r318008
  Pointyhat to:	ngie
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/conf/kern.opts.mk

Modified: head/sys/conf/kern.opts.mk
==============================================================================
--- head/sys/conf/kern.opts.mk	Tue May  9 04:59:05 2017	(r318008)
+++ head/sys/conf/kern.opts.mk	Tue May  9 05:03:35 2017	(r318009)
@@ -41,6 +41,7 @@ __DEFAULT_YES_OPTIONS = \
     PF \
     SOURCELESS_HOST \
     SOURCELESS_UCODE \
+    TESTS \
     USB_GADGET_EXAMPLES \
     ZFS
 


More information about the svn-src-all mailing list