When the kernel is configured without "options FFS", build UFS as a module
without requiring any special build flags. Approved by: re (kib)
This commit is contained in:
parent
6ae5218789
commit
b16af7f185
@ -271,7 +271,7 @@ SUBDIR= ${_3dfx} \
|
||||
ubsec \
|
||||
udf \
|
||||
udf_iconv \
|
||||
${_ufs} \
|
||||
ufs \
|
||||
unionfs \
|
||||
usb \
|
||||
utopia \
|
||||
@ -304,10 +304,6 @@ _syscons= syscons
|
||||
_vpo= vpo
|
||||
.endif
|
||||
|
||||
.if defined(ALL_MODULES)
|
||||
_ufs= ufs
|
||||
.endif
|
||||
|
||||
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
|
||||
.if exists(${.CURDIR}/../opencrypto)
|
||||
_crypto= crypto
|
||||
|
Loading…
Reference in New Issue
Block a user