svn commit: r296772 - head/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 12 22:25:11 UTC 2016


Author: bdrewery
Date: Sat Mar 12 22:25:10 2016
New Revision: 296772
URL: https://svnweb.freebsd.org/changeset/base/296772

Log:
  Enable FAST_DEPEND by default.
  
  Missed in r296668.
  
  Discussed on:	arch
  Sponsored by:	EMC / Isilon Storage Division

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

Modified: head/sys/conf/kern.opts.mk
==============================================================================
--- head/sys/conf/kern.opts.mk	Sat Mar 12 22:21:14 2016	(r296771)
+++ head/sys/conf/kern.opts.mk	Sat Mar 12 22:25:10 2016	(r296772)
@@ -30,6 +30,7 @@ __DEFAULT_YES_OPTIONS = \
     CDDL \
     CRYPT \
     CUSE \
+    FAST_DEPEND \
     FORMAT_EXTENSIONS \
     INET \
     INET6 \
@@ -45,7 +46,6 @@ __DEFAULT_YES_OPTIONS = \
 
 __DEFAULT_NO_OPTIONS = \
     EISA \
-    FAST_DEPEND \
     NAND \
     OFED
 


More information about the svn-src-head mailing list