summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2008-07-20 09:16:00 +0000
committermaxim <maxim@FreeBSD.org>2008-07-20 09:16:00 +0000
commit46ba4f023b213e6b38701b8ae7e19163e55b33d1 (patch)
tree3ce10f850ebbacf1fcde6398750463c11e43beca /sys/Makefile
parent00602e0182aaa6f373904b46db8a417cf59f214b (diff)
downloadFreeBSD-src-46ba4f023b213e6b38701b8ae7e19163e55b33d1.zip
FreeBSD-src-46ba4f023b213e6b38701b8ae7e19163e55b33d1.tar.gz
o Add cddl, nlm and xdr to CSCOPEDIRS.
o Add pc98 and sun4v to CSCOPE_ARCHDIR. PR: misc/125792 Submitted by: KOIE Hidetaka MFC after: 1 week
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 37c7595..edaca50 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
OpenPOWER on IntegriCloud