svn commit: r317631 - head/sys

Rodney W. Grimes freebsd at pdx.rh.CN85.dnsmgr.net
Mon May 1 16:28:47 UTC 2017


> Author: ngie
> Date: Mon May  1 05:54:33 2017
> New Revision: 317631
> URL: https://svnweb.freebsd.org/changeset/base/317631
> 
> Log:
>   Fix "make cscope" after r317411

This commit is disconnect netnatm module from build

?  Mixed 2 commit messages perhaps?

>   Sponsored by:	Dell EMC Isilon
> 
> Modified:
>   head/sys/Makefile
> 
> Modified: head/sys/Makefile
> ==============================================================================
> --- head/sys/Makefile	Mon May  1 02:08:44 2017	(r317630)
> +++ head/sys/Makefile	Mon May  1 05:54:33 2017	(r317631)
> @@ -3,7 +3,7 @@
>  # Directories to include in cscope name file and TAGS.
>  CSCOPEDIRS=	boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
>  		geom gnu isa kern libkern modules net net80211 \
> -		netgraph netinet netinet6 netipsec netnatm netpfil \
> +		netgraph netinet netinet6 netipsec netpfil \
>  		netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
>  		rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
>  .if !defined(CSCOPE_ARCHDIR)
> 
> 

-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the svn-src-all mailing list