diff --git a/sys/modules/Makefile b/sys/modules/Makefile index bc81d6db54c..6a616764a73 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -766,7 +766,7 @@ _epic= epic _igb= igb .endif -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE} == "i386" +.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" _cloudabi32= cloudabi32 .endif .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64"