From d9cf41b68d4bc7c247511ad1c91d8c3fad2d42dc Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 21 Nov 2010 03:58:11 +0000 Subject: [PATCH] Add lex and yacc sources to things cscope'd. --- sys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Makefile b/sys/Makefile index 48edc48b551..ce604f7fd9f 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