svn commit: r260080 - head/sys

Rui Paulo rpaulo at FreeBSD.org
Mon Dec 30 08:36:18 UTC 2013


Author: rpaulo
Date: Mon Dec 30 08:36:17 2013
New Revision: 260080
URL: http://svnweb.freebsd.org/changeset/base/260080

Log:
  Add netpfil to CSCOPEDIRS.

Modified:
  head/sys/Makefile

Modified: head/sys/Makefile
==============================================================================
--- head/sys/Makefile	Mon Dec 30 06:19:42 2013	(r260079)
+++ head/sys/Makefile	Mon Dec 30 08:36:17 2013	(r260080)
@@ -10,7 +10,7 @@ SUBDIR=	boot
 # 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 netatalk \
-		netgraph netinet netinet6 netipsec netipx netnatm \
+		netgraph netinet netinet6 netipsec netipx netnatm netpfil \
 		netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
 		pci rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
 .if !defined(CSCOPE_ARCHDIR)


More information about the svn-src-head mailing list