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:
Edward Tomasz Napierala 2009-07-05 15:25:02 +00:00
parent 6ae5218789
commit b16af7f185
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195374

View File

@ -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