diff options
author | obrien <obrien@FreeBSD.org> | 2004-01-28 04:16:13 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-01-28 04:16:13 +0000 |
commit | 8a863c9ebd7c245e87d08ee3679a9fff43d88e03 (patch) | |
tree | 20458562b5d64dc7055251f599305e60af5b822a | |
parent | 65ade1620008fbf18bd8e85b8ebc8bd2330b0293 (diff) | |
download | FreeBSD-src-8a863c9ebd7c245e87d08ee3679a9fff43d88e03.zip FreeBSD-src-8a863c9ebd7c245e87d08ee3679a9fff43d88e03.tar.gz |
Always build ext2fs module. There is no written policy preventing the
building of GPL'ed modules.
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c93f6a4..c6ddca9 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -282,9 +282,7 @@ _ed= ed _elink= elink _em= em _ep= ep -.if defined(WANT_EXT2FS_MODULE) || defined(ALL_MODULES) _ext2fs= ext2fs -.endif _fe= fe _hfa= hfa _i2c= i2c @@ -348,9 +346,7 @@ _snc= snc .if ${MACHINE_ARCH} == "alpha" _agp= agp -.if defined(WANT_EXT2FS_MODULE) || defined(ALL_MODULES) _ext2fs= ext2fs -.endif _linprocfs= linprocfs _linux= linux _osf1= osf1 |