mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
The previous commit re-introduced sade on platforms
where it doesn't work. Re-limit sade to amd64 and i386.
This commit is contained in:
parent
dacf7de1a6
commit
0d44ba5d7e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183387
@ -381,7 +381,9 @@ _slstats = slstats
|
||||
.endif
|
||||
|
||||
.if ${MK_SYSINSTALL} != "no"
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
|
||||
_sade= sade
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
|
||||
_sysinstall= sysinstall
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user