aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2010-11-21 03:58:11 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2010-11-21 03:58:11 +0000
commitd9cf41b68d4bc7c247511ad1c91d8c3fad2d42dc (patch)
treebb47e36158fe4e9c21e0fedff83dab94069a71fc /sys/Makefile
parent6ae6bbe3df58ca3229874b0dd5635d6a2dc2c14b (diff)
downloadsrc-d9cf41b68d4bc7c247511ad1c91d8c3fad2d42dc.tar.gz
src-d9cf41b68d4bc7c247511ad1c91d8c3fad2d42dc.zip
Add lex and yacc sources to things cscope'd.
Notes
Notes: svn path=/head/; revision=215606
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 48edc48b5515..ce604f7fd9f2 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -34,7 +34,7 @@ cscope.out: ${.CURDIR}/cscope.files
${.CURDIR}/cscope.files: .PHONY
cd ${.CURDIR}; \
- find ${CSCOPEDIRS} -name "*.[chSs]" -a -type f > ${.TARGET}
+ find ${CSCOPEDIRS} -name "*.[chSsly]" -a -type f > ${.TARGET}
cscope-clean:
rm -f cscope.files cscope.out cscope.in.out cscope.po.out