summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-05-22 15:53:30 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-05-22 15:53:30 +0000
commite37a8052f92c18856899459bcbd915bf2aea7dbe (patch)
tree1ef19752af2c095e72de1deb20e197ba3025f10c
parent5dba6ada91ba4a38d183007270f4a5f73bcea40c (diff)
Notes
-rw-r--r--sys/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 6af2e2c28def..0de854341ff5 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -59,19 +59,7 @@ TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
rm -f ${.CURDIR}/TAGS
cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
-# You need the textproc/glimpse ports for this.
-glimpse:
-.if !exists(${.CURDIR}/.glimpse_exclude)
- echo .svn > ${.CURDIR}/.glimpse_exclude
- echo /compile/ >> ${.CURDIR}/.glimpse_exclude
-.endif
- cd ${.CURDIR}; glimpseindex -H . -B -f -o .
-
-glimpse-clean:
- cd ${.CURDIR}; rm -f .glimpse_*
-
-.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS) || \
- make(glimpse) || make(glimpse-clean))
+.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))
.include <src.opts.mk>
# The boot loader