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:
Marcel Moolenaar 2008-09-26 18:28:54 +00:00
parent dacf7de1a6
commit 0d44ba5d7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183387

View file

@ -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