From bacbfa574bae9a357c85f2884a773dd3c7988f3b Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 29 Jan 2003 06:22:57 +0000 Subject: Document WANT_EXT2FS_MODULE. --- share/examples/etc/make.conf | 3 +++ share/man/man5/make.conf.5 | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'share') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 1cfcfd9..e5b239c 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -138,6 +138,9 @@ # The list of modules to build instead of all of them. #MODULES_OVERRIDE= linux ipfw # +# If you always want to build the Linux ext2fs kernel module. +#WANT_EXT2FS_MODULE=yes +# # The following controls building optional IDEA code in libcrypto and # certain ports. Patents are involved - you must not use this unless # you either have a license or fall within patent 'fair use' diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 4be2927..24e4dd3 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -685,6 +685,10 @@ The table size should be a prime number approximately twice as large as the number of lines in .Pa /etc/passwd . The default number is 20011. +.It Va WANT_EXT2FS_MODULE +.Pq Vt bool +Set this if you always want to build the Linux ext2fs kernel module when you +build modules. .It Va WANT_FORCE_OPTIMIZATION_DOWNGRADE .Pq Vt int Causes the system compiler to be built such that it forces high optimization -- cgit v1.1