summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/Makefile b/sys/Makefile
index d7b4a0f..ff80b10 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -46,6 +46,10 @@ TAGS ${.CURDIR}/TAGS: ${.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:
OpenPOWER on IntegriCloud