summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-06-29 20:44:12 +0000
committergordon <gordon@FreeBSD.org>2003-06-29 20:44:12 +0000
commit53b642322acdca5266be434d77fa1b03c13087fd (patch)
treebaa576eb1b4ef16e5c5d20375c118c127b8afc09 /rescue
parent42e5a1fbcb65a490498a56a7b7d1afb07c36e0be (diff)
downloadFreeBSD-src-53b642322acdca5266be434d77fa1b03c13087fd.zip
FreeBSD-src-53b642322acdca5266be434d77fa1b03c13087fd.tar.gz
Fix typo sparc -> sparc64
Submitted by: tmm@
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index dc22a93..7f8c177 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -133,7 +133,7 @@ CRUNCH_PROGS+= fdisk_pc98
CRUNCH_PROGS+= mca gpt
.endif
-.if ${MACHINE_ARCH} == "sparc"
+.if ${MACHINE_ARCH} == "sparc64"
.endif
.if ${MACHINE_ARCH} == "alpha"
OpenPOWER on IntegriCloud