From b16af7f18555c9af84864ce1fbfb7e9950566912 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sun, 5 Jul 2009 15:25:02 +0000 Subject: [PATCH] When the kernel is configured without "options FFS", build UFS as a module without requiring any special build flags. Approved by: re (kib) --- sys/modules/Makefile | 6 +----- 1 file changed, 1 insertion(+), 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