diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2008-07-20 09:16:00 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2008-07-20 09:16:00 +0000 |
| commit | 6de078f1c0f7427512b3fc3c8612e358531d9b9b (patch) | |
| tree | 3ce10f850ebbacf1fcde6398750463c11e43beca /sys/Makefile | |
| parent | 48aadb632b8f1efa698a9267292f8102bdcfde31 (diff) | |
Notes
Diffstat (limited to 'sys/Makefile')
| -rw-r--r-- | sys/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/Makefile b/sys/Makefile index 37c759547fe6..edaca5054d25 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -8,13 +8,13 @@ SUBDIR= boot .endif # Directories to include in cscope name file and TAGS. -CSCOPEDIRS= boot bsm cam compat conf contrib crypto ddb dev fs gdb geom \ - gnu isa kern libkern modules net net80211 netatalk \ +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 netncp \ - netsmb nfs nfs4client nfsclient nfsserver opencrypto pccard \ - pci rpc security sys ufs vm ${CSCOPE_ARCHDIR} + netsmb nfs nfs4client nfsclient nfsserver nlm opencrypto \ + pccard pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR} .if defined(ALL_ARCH) -CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips powerpc sparc64 +CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v .else CSCOPE_ARCHDIR ?= ${MACHINE} .endif |
