svn commit: r317631 - head/sys

Ngie Cooper ngie at FreeBSD.org
Mon May 1 05:54:35 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
  
  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)


More information about the svn-src-head mailing list