diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2008-08-08 18:00:33 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2008-08-08 18:00:33 +0000 |
| commit | ae289dcbac1fe018239889470933e5ac780353db (patch) | |
| tree | 30cca8dcad5d255a25430dc106dc6d587b726781 /sys/Makefile | |
| parent | e085f869d5c6ce0f8ea4ada858eac4b7ec2176ea (diff) | |
Notes
Diffstat (limited to 'sys/Makefile')
| -rw-r--r-- | sys/Makefile | 7 |
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> |
