aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-08-23 06:13:29 +0000
committerWarner Losh <imp@FreeBSD.org>2010-08-23 06:13:29 +0000
commitc09808d0d611d103bece3d41886b87de160900c0 (patch)
treedd466dcfdfc46ee58c9cffd158a8267cf4f0db43 /sys/modules/procfs
parent90db41b62bf17f2260ea09d543fedf2f68a33865 (diff)
Notes
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 9a94838c70a3e..2b3b0620bbe78 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -34,7 +34,7 @@ opt_compat.h:
echo "#define COMPAT_FREEBSD4 1" >> ${.TARGET}
echo "#define COMPAT_FREEBSD5 1" >> ${.TARGET}
echo "#define COMPAT_FREEBSD6 1" >> ${.TARGET}
-.if ${MACHINE_ARCH} == "amd64"
+.if ${MACHINE_CPUARCH} == "amd64"
echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
echo "#define COMPAT_LINUX32 1" >> ${.TARGET}
.endif