summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-10-09 04:58:45 +0000
committerkmacy <kmacy@FreeBSD.org>2006-10-09 04:58:45 +0000
commita37c943bc52b02965de08225c3f83ab1f4e202e0 (patch)
tree56e44e7be35fd54d90d63b69003a0fdad40a3f2d /Makefile.inc1
parent8bcce69475321ec2efb620b015847d2538b1ec7f (diff)
downloadFreeBSD-src-a37c943bc52b02965de08225c3f83ab1f4e202e0.zip
FreeBSD-src-a37c943bc52b02965de08225c3f83ab1f4e202e0.tar.gz
buildworld fixes for sun4v
not sure why pmap.c is included as it is unchanged Approved by: rwatson (mentor) Reviewed by: jmg
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 951906c..4fda6db 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -107,7 +107,7 @@ TARGET= ${TARGET_ARCH}
TARGET?= ${MACHINE}
TARGET_ARCH?= ${MACHINE_ARCH}
-KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 powerpc sparc64
+KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 powerpc sparc64 sparc64/sun4v
.if ${TARGET} == ${TARGET_ARCH}
_t= ${TARGET}
.else
OpenPOWER on IntegriCloud