aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>2000-05-02 02:26:04 +0000
committerChuck Robey <chuckr@FreeBSD.org>2000-05-02 02:26:04 +0000
commit10ae1068e5e27ef40faa2b2af78e389bb85ae4ca (patch)
tree7dc14fedb7b3a368a72d543775e6ced6455da3ef /sys/Makefile
parente381b06c73248bc9134e575f837da5bcd0403a1d (diff)
Notes
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 fd1087515074..14331b3bbfa6 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>