make/cscope.make

changeset 3156
f08d439fab8c
parent 2823
d6cdc6c77582
child 6876
710a3c8b516e
     1.1 --- a/make/cscope.make	Tue Sep 20 23:50:16 2011 -0700
     1.2 +++ b/make/cscope.make	Sun Sep 25 16:03:29 2011 -0700
     1.3 @@ -63,7 +63,7 @@
     1.4  # space-separated list of identifiers to include only those systems.
     1.5  ifdef	CS_OS
     1.6  CS_PRUNE_OS	= $(patsubst %,-o -name '*%*',\
     1.7 -		    $(filter-out ${CS_OS},linux macos solaris windows))
     1.8 +		    $(filter-out ${CS_OS},bsd linux macos solaris windows))
     1.9  endif
    1.10  
    1.11  # CPU-specific files for all processors are included by default.  Set CS_CPU 

mercurial