summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-10-09 04:43:07 +0000
committerkmacy <kmacy@FreeBSD.org>2006-10-09 04:43:07 +0000
commite9d6f8c90513a65c602d0b73a29af6c05d1a5136 (patch)
treee4457ff6adc0e2eecf7c38a8fa002d09e8b8979b /sys/boot/Makefile
parentf0c87a1abaacca9a178cd32ca0cc808c8644c25d (diff)
downloadFreeBSD-src-e9d6f8c90513a65c602d0b73a29af6c05d1a5136.zip
FreeBSD-src-e9d6f8c90513a65c602d0b73a29af6c05d1a5136.tar.gz
add sun4v support to the sparc64 boot loader
Approved by: rwatson (mentor) Reviewed by: jmg Tested by: kris, dwhite, and jmg
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index bbb0ef8..bf76176 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -18,6 +18,6 @@ SUBDIR+= ofw
.endif
# Pick the machine-dependent subdir based on the target architecture.
-SUBDIR+= ${MACHINE:S/amd64/i386/}
+SUBDIR+= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud