summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-14 01:53:38 +0000
committerattilio <attilio@FreeBSD.org>2011-05-14 01:53:38 +0000
commit96139278ce494a26eccc69bb52085b52a50722b7 (patch)
tree7673b284ad690bef683dca3bdfe5aeb355305893 /sys/Makefile
parent882abde07ade9dbd393ef81d8d65cf3562e85bfc (diff)
downloadFreeBSD-src-96139278ce494a26eccc69bb52085b52a50722b7.zip
FreeBSD-src-96139278ce494a26eccc69bb52085b52a50722b7.tar.gz
Disconnect sun4v architecture from the three.
Some files keep the SUN4V tags as a code reference, for the future, if any rewamped sun4v support wants to be added again. Reviewed by: marius Tested by: sbruno Approved by: re
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 ce604f7..3b24ed9 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
OpenPOWER on IntegriCloud