diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2013-12-30 08:36:17 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2013-12-30 08:36:17 +0000 |
commit | 9075f210e87b68140c7e82d0a6d97e8f37688d1a (patch) | |
tree | 1f6d46202899573db95fd66d2523c8beaad6dd82 /sys/Makefile | |
parent | 34936e35bb50fd4c23a3f80e39220bc499bd5231 (diff) | |
download | FreeBSD-src-9075f210e87b68140c7e82d0a6d97e8f37688d1a.zip FreeBSD-src-9075f210e87b68140c7e82d0a6d97e8f37688d1a.tar.gz |
Add netpfil to CSCOPEDIRS.
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index 46c95d4..5b2c198 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -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) |