aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-07-05 15:25:02 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-07-05 15:25:02 +0000
commitb16af7f18555c9af84864ce1fbfb7e9950566912 (patch)
tree4d258cd773660bf6d3d28105ce5830054d28cc70 /sys/modules
parent6ae52187896ad3aded94f8f22017b6833f851839 (diff)
downloadsrc-b16af7f18555c9af84864ce1fbfb7e9950566912.tar.gz
src-b16af7f18555c9af84864ce1fbfb7e9950566912.zip
When the kernel is configured without "options FFS", build UFS as a module
without requiring any special build flags. Approved by: re (kib)
Notes
Notes: svn path=/head/; revision=195374
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 4b09df02a660..add5a26f013c 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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