Build cuse(4) if MK_CUSE != no
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
5a63bdd39b
commit
e3d1e0f6ab
@ -27,6 +27,7 @@ __DEFAULT_YES_OPTIONS = \
|
||||
CCD \
|
||||
CDDL \
|
||||
CRYPT \
|
||||
CUSE \
|
||||
FORMAT_EXTENSIONS \
|
||||
INET \
|
||||
INET6 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user