mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix typo sparc -> sparc64
Submitted by: tmm@
This commit is contained in:
parent
91f243876f
commit
58824dccdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue