Conditionalize building of ex2fs module by WANT_EXT2FS_MODULE

This commit is contained in:
mr 2001-09-15 09:35:10 +00:00
parent dc5f37d985
commit 57403f5f90

View File

@ -21,7 +21,6 @@ SUBDIR= 3dfx \
de \
digi \
ed \
ext2fs \
fdescfs \
fdc \
fs \
@ -139,6 +138,10 @@ SUBDIR+=snc
SUBDIR+=osf1
.endif
.if defined(WANT_EXT2FS_MODULE)
SUBDIR+=ext2fs
.endif
.if defined(MODULES_OVERRIDE)
SUBDIR=${MODULES_OVERRIDE}
.endif