summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
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 /sys/Makefile
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 'sys/Makefile')
-rw-r--r--sys/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/Makefile b/sys/Makefile
index fd10875..14331b3 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -3,9 +3,6 @@
# The boot loader
SUBDIR= boot
-# KLD modules build for both a.out and ELF
-SUBDIR+=modules
-
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud