From 32b4aefbc8381a992f1f11c86a24f0d68a2f3759 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 28 May 2014 19:52:01 +0000 Subject: [PATCH] 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 --- sys/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/Makefile b/sys/Makefile index fcb7e0a7c779..8af56b8a40ae 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,11 +1,14 @@ # $FreeBSD$ +.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS) || \ + make(glimpse) || make(glimpse-clean)) .include # 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 \