aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2008-08-08 18:00:33 +0000
committerPhilip Paeps <philip@FreeBSD.org>2008-08-08 18:00:33 +0000
commitae289dcbac1fe018239889470933e5ac780353db (patch)
tree30cca8dcad5d255a25430dc106dc6d587b726781 /sys/Makefile
parente085f869d5c6ce0f8ea4ada858eac4b7ec2176ea (diff)
Notes
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/Makefile b/sys/Makefile
index edaca5054d25..d7b4a0f95932 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -44,4 +44,11 @@ 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:
+ cd ${.CURDIR}; glimpseindex -H . -B -f -o .
+
+glimpse-clean:
+ cd ${.CURDIR}; rm -f .glimpse_*
+
.include <bsd.subdir.mk>