mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This is exactly the same as the .else, so remove it.
This commit is contained in:
parent
4a9a1e43a5
commit
fca5b4f4d9
1 changed files with 0 additions and 2 deletions
|
|
@ -14,8 +14,6 @@
|
|||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
ARCH_SUBDIR= i387
|
||||
.elif ${MACHINE_ARCH} == "powerpc64"
|
||||
ARCH_SUBDIR= powerpc
|
||||
.else
|
||||
ARCH_SUBDIR= ${MACHINE_CPUARCH}
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue