summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-06-17 10:51:56 +0000
committerobrien <obrien@FreeBSD.org>2000-06-17 10:51:56 +0000
commit53eb2d3431409c4cd030d84376e5cfd29c3cd3fc (patch)
tree9f63194b2c430b4a580a4d515fffe5c5899c7ce6 /etc
parentbeeee4808aeae02ac7c4b02b3563544351d6387f (diff)
downloadFreeBSD-src-53eb2d3431409c4cd030d84376e5cfd29c3cd3fc.zip
FreeBSD-src-53eb2d3431409c4cd030d84376e5cfd29c3cd3fc.tar.gz
If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the
world as was our old way, rather than when building a kernel. Some people do not like the new way, and the release building still assumes modules are built with the world.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index bbcd542..7a5a5fa 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -64,6 +64,9 @@
#NOSHARE= true # do not go into the share subdir
#NOUUCP= true # do not build uucp related programs
#
+# To build sys/modules when building the world (our old way of doing things)
+#MODULES_WITH_WORLD=true # do not build modules when building kernel
+#
# To tell the base system that you are using RSAREF (from ports).
# (This needs revisiting) - it is very likely that this is too
# heavily tied to USA_RESIDENT==YES.
OpenPOWER on IntegriCloud