Add lex and yacc sources to things cscope'd.

This commit is contained in:
David E. O'Brien 2010-11-21 03:58:11 +00:00
parent 6ae6bbe3df
commit d9cf41b68d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215606

View file

@ -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