From 787650cde6a0594525d4b11ade1ee1890bec2cb3 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sun, 28 Aug 2016 12:05:34 +0000 Subject: [PATCH] Back out r304907, Ed had fixed it apparently earlier in the cloudabi* subdirectories. Reported by: np --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"