aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2016-08-28 12:05:34 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2016-08-28 12:05:34 +0000
commit787650cde6a0594525d4b11ade1ee1890bec2cb3 (patch)
tree03940f33b21247f42432a5dff35e265bab8f5342 /sys/modules/Makefile
parent9abfdf4ac88111866883b5d3576c63fecbc4fc5f (diff)
downloadsrc-787650cde6a0594525d4b11ade1ee1890bec2cb3.tar.gz
src-787650cde6a0594525d4b11ade1ee1890bec2cb3.zip
Back out r304907, Ed had fixed it apparently earlier in the cloudabi*
subdirectories. Reported by: np
Notes
Notes: svn path=/head/; revision=304956
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index bc81d6db54c2..6a616764a734 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"