aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-25 05:13:15 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-25 05:13:15 +0000
commite3d1e0f6abd297e056f3e7f94658ef5d853cf6a2 (patch)
tree70dd2f52ba6af0ef3df4ec7a8c850319aea7f509 /sys
parent5a63bdd39b1bc66bea9a6c5063b3814d764ea612 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kern.opts.mk1
-rw-r--r--sys/modules/Makefile5
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk
index 8b3567928b8f7..84e4e4f8b4e44 100644
--- a/sys/conf/kern.opts.mk
+++ b/sys/conf/kern.opts.mk
@@ -27,6 +27,7 @@ __DEFAULT_YES_OPTIONS = \
CCD \
CDDL \
CRYPT \
+ CUSE \
FORMAT_EXTENSIONS \
INET \
INET6 \
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index aedb6d09404cd..5c7485684fda3 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -86,7 +86,6 @@ SUBDIR= \
${_ct} \
${_ctau} \
ctl \
- cuse \
${_cxgb} \
${_cxgbe} \
dc \
@@ -393,6 +392,10 @@ _random= random
.endif
.endif
+.if ${MK_CUSE} != "no" || defined(ALL_MODULES)
+SUBDIR+= cuse
+.endif
+
.if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \
defined(ALL_MODULES)
_carp= carp