summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>2000-05-02 02:26:04 +0000
committerchuckr <chuckr@FreeBSD.org>2000-05-02 02:26:04 +0000
commit5f34b128da2061546def2185c6991fc51064d296 (patch)
tree01150dd7acf3c40d1274d32758b646fadab776b5 /share
parent21339626a4f2df2e976aca814d34ccf99ef7b8c5 (diff)
downloadFreeBSD-src-5f34b128da2061546def2185c6991fc51064d296.zip
FreeBSD-src-5f34b128da2061546def2185c6991fc51064d296.tar.gz
Cause modules to build with the kernel build. Modules are removed
from the sys Makefile's SUBDIRs. This is conditioned in make.conf by the NO_MODULES variable and the existence of the modules directory. The actual location of the modules is not modified. Changes in Makefiles only, this does not affect Peter's recent changes. Reviewed by: Peter Wemm, who warned me I would get some flack, and he had the good idea for the NO_MODULES variable.
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 15b2fda..055a410 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -46,6 +46,7 @@
#NO_BIND= true # do not build BIND
#NO_FORTRAN= true # do not build g77 and related libraries
#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
+#NO_MODULES= true # do not build modules with the kernel
#NO_OBJC= true # do not build Objective C support
#NO_OPENSSH= true # do not build OpenSSH
#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
OpenPOWER on IntegriCloud