summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-01-29 06:22:57 +0000
committerobrien <obrien@FreeBSD.org>2003-01-29 06:22:57 +0000
commitbacbfa574bae9a357c85f2884a773dd3c7988f3b (patch)
tree6423a644db0f3e6b2304d06c8fc49fe216077642 /share
parent2a78d374174da7d82b82642d154cdf290111231c (diff)
downloadFreeBSD-src-bacbfa574bae9a357c85f2884a773dd3c7988f3b.zip
FreeBSD-src-bacbfa574bae9a357c85f2884a773dd3c7988f3b.tar.gz
Document WANT_EXT2FS_MODULE.
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf3
-rw-r--r--share/man/man5/make.conf.54
2 files changed, 7 insertions, 0 deletions
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
OpenPOWER on IntegriCloud