From 7d8fac092dfb9374e711a6e0766ac3a9ebd37d5c Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 21 Nov 2010 03:58:11 +0000 Subject: Add lex and yacc sources to things cscope'd. --- sys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/Makefile') 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 -- cgit v1.1