Move ce enable to SOURCELESS_HOST

ce contains obfuscated code that runs on the host's processor
This commit is contained in:
Ed Maste 2020-02-02 14:41:09 +00:00
parent 5672c76477
commit 43c2dac0e5

View File

@ -725,7 +725,7 @@ _vmm= vmm
_3dfx= 3dfx
_3dfx_linux= 3dfx_linux
_apm= apm
.if ${MK_SOURCELESS_UCODE} != "no"
.if ${MK_SOURCELESS_HOST} != "no"
_ce= ce
.endif
.if ${MK_SOURCELESS_UCODE} != "no"