aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
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/modules
parent5a63bdd39b1bc66bea9a6c5063b3814d764ea612 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile5
1 files changed, 4 insertions, 1 deletions
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