From owner-svn-src-head@FreeBSD.ORG Sun Nov 21 03:58:12 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3645D106564A; Sun, 21 Nov 2010 03:58:12 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 251A58FC12; Sun, 21 Nov 2010 03:58:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAL3wCQS035839; Sun, 21 Nov 2010 03:58:12 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAL3wCNg035837; Sun, 21 Nov 2010 03:58:12 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201011210358.oAL3wCNg035837@svn.freebsd.org> From: "David E. O'Brien" Date: Sun, 21 Nov 2010 03:58:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215606 - head/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 03:58:12 -0000 Author: obrien Date: Sun Nov 21 03:58:11 2010 New Revision: 215606 URL: http://svn.freebsd.org/changeset/base/215606 Log: Add lex and yacc sources to things cscope'd. Modified: head/sys/Makefile Modified: head/sys/Makefile ============================================================================== --- head/sys/Makefile Sun Nov 21 03:56:41 2010 (r215605) +++ head/sys/Makefile Sun Nov 21 03:58:11 2010 (r215606) @@ -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