Conditionalize building of ex2fs module by WANT_EXT2FS_MODULE

This commit is contained in:
Michael Reifenberger 2001-09-15 09:35:10 +00:00
parent 3a1c20e821
commit 87954c66e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83500

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