- Revert to the pre-r183242 behavior of building sade(8) on sparc64.
- Fix whitespace.
This commit is contained in:
parent
7b4d5cb9c8
commit
d7c27ae10a
@ -381,7 +381,8 @@ _slstat= slstat
|
||||
.endif
|
||||
|
||||
.if ${MK_SYSINSTALL} != "no"
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \
|
||||
${MACHINE_ARCH} == "sparc64"
|
||||
_sade= sade
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
|
||||
|
Loading…
x
Reference in New Issue
Block a user