diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2008-08-15 14:11:30 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2008-08-15 14:11:30 +0000 |
| commit | 7744e15e52c1c7621ca07e8e063dd3828016c222 (patch) | |
| tree | 308a86ce840f827abf52dba5676f35f50593dea6 /sys/Makefile | |
| parent | 2e37c8eacb89146024f974f3391fea61d9ee1ea5 (diff) | |
Notes
Diffstat (limited to 'sys/Makefile')
| -rw-r--r-- | sys/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/Makefile b/sys/Makefile index d7b4a0f95932..ff80b10f95e6 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: |
