summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-05-14 01:53:38 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-05-14 01:53:38 +0000
commit4b547324c0a839a0ecd067638686112f6f7cc11e (patch)
tree7673b284ad690bef683dca3bdfe5aeb355305893 /sys/Makefile
parent307abf289deb5a0c0c0fa0b69df95964759ba31b (diff)
Notes
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index ce604f7fd9f2..3b24ed95ca54 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -14,7 +14,7 @@ CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
netsmb nfs nfsclient nfsserver nlm opencrypto \
pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR}
.if defined(ALL_ARCH)
-CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v x86
+CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 x86
.else
CSCOPE_ARCHDIR ?= ${MACHINE}
.endif