diff options
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/Makefile b/sys/Makefile index 0de854341ff57..760c2073e5ee2 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) |