summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-12 22:25:10 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-12 22:25:10 +0000
commita1663bc720d866f6835e6de1151f950fb8b4e8be (patch)
tree91ba78b2a904381b209bfb4af44d58f231e07ce1 /sys/conf
parentc409724b3a2293734ba298a195e4d8406bb72e25 (diff)
downloadFreeBSD-src-a1663bc720d866f6835e6de1151f950fb8b4e8be.zip
FreeBSD-src-a1663bc720d866f6835e6de1151f950fb8b4e8be.tar.gz
Enable FAST_DEPEND by default.
Missed in r296668. Discussed on: arch Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kern.opts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk
index 834916c..d1d2d04 100644
--- a/sys/conf/kern.opts.mk
+++ b/sys/conf/kern.opts.mk
@@ -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
OpenPOWER on IntegriCloud