Add a temporary hack to change the various non-build related special

targets like 'cscope' and 'glimpse' to not depend on src.opts.mk or
bsd.*.mk.

Reviewed by:	imp
This commit is contained in:
John Baldwin 2014-05-28 19:52:01 +00:00
parent 5b892e7363
commit 32b4aefbc8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266819

View File

@ -1,11 +1,14 @@
# $FreeBSD$
.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS) || \
make(glimpse) || make(glimpse-clean))
.include <src.opts.mk>
# The boot loader
.if ${MK_BOOT} != "no"
SUBDIR= boot
.endif
.endif
# Directories to include in cscope name file and TAGS.
CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \