From 6de078f1c0f7427512b3fc3c8612e358531d9b9b Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Sun, 20 Jul 2008 09:16:00 +0000 Subject: [PATCH] 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 --- sys/Makefile | 10 +++++----- 1 file 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