mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
Fix order (I introduced some time ago) broken in previous revision.
This commit is contained in:
parent
6fbeb2e223
commit
522c85f5ba
1 changed files with 1 additions and 1 deletions
|
|
@ -114,12 +114,12 @@ _ping6= ping6
|
|||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
_mount_reiserfs= mount_reiserfs
|
||||
.if ${MACHINE} == "i386"
|
||||
_fdisk= fdisk
|
||||
.elif ${MACHINE} == "pc98"
|
||||
_fdisk_pc98= fdisk_pc98
|
||||
.endif
|
||||
_mount_reiserfs= mount_reiserfs
|
||||
_sconfig= sconfig
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue