diff options
author | obrien <obrien@FreeBSD.org> | 2010-11-21 03:58:11 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-11-21 03:58:11 +0000 |
commit | 7d8fac092dfb9374e711a6e0766ac3a9ebd37d5c (patch) | |
tree | bb47e36158fe4e9c21e0fedff83dab94069a71fc /sys/Makefile | |
parent | 0d7dfe1fbded8590d75a2e16c6688dd1e40fecf2 (diff) | |
download | FreeBSD-src-7d8fac092dfb9374e711a6e0766ac3a9ebd37d5c.zip FreeBSD-src-7d8fac092dfb9374e711a6e0766ac3a9ebd37d5c.tar.gz |
Add lex and yacc sources to things cscope'd.
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index 48edc48..ce604f7 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 |