aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-14 23:02:19 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-14 23:02:19 +0000
commitca987d4641cdcd7f27e153db17c5bf064934faf5 (patch)
tree6c3860e3ba8949be9528d644fbb7fa88d8bbbb79 /sys/Makefile
parent6eac7115560381ce5c9e2939ab3fce82bb9b6a95 (diff)
downloadsrc-ca987d4641cdcd7f27e153db17c5bf064934faf5.tar.gz
src-ca987d4641cdcd7f27e153db17c5bf064934faf5.zip
Notes
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 0de854341ff5..760c2073e5ee 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
# Directories to include in cscope name file and TAGS.
-CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
+CSCOPEDIRS= bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
geom gnu isa kern libkern modules net net80211 \
netgraph netinet netinet6 netipsec netpfil \
netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
@@ -62,11 +62,6 @@ TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))
.include <src.opts.mk>
-# The boot loader
-.if ${MK_BOOT} != "no"
-SUBDIR= boot
-.endif
-
# Loadable kernel modules
.if defined(MODULES_WITH_WORLD)