summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-10-03 20:04:11 +0000
committerantoine <antoine@FreeBSD.org>2010-10-03 20:04:11 +0000
commitd781faac05270706f2d93efc1764209547a4c1f6 (patch)
treea1edc64a4d2d5f99e09e0e7c816044a4d4e26579 /sys/modules
parenta4437efaca1f5a5f2fca157e3f91969832f3aff4 (diff)
downloadFreeBSD-src-d781faac05270706f2d93efc1764209547a4c1f6.zip
FreeBSD-src-d781faac05270706f2d93efc1764209547a4c1f6.tar.gz
Unbreak build.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mem/Makefile b/sys/modules/mem/Makefile
index c24e18f..b65a444 100644
--- a/sys/modules/mem/Makefile
+++ b/sys/modules/mem/Makefile
@@ -6,7 +6,7 @@
KMOD= mem
SRCS= memdev.c mem.c
-.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} = "powerpc"
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "powerpc"
SRCS+= memutil.c
.endif
.if ${MACHINE_CPUARCH} == "i386"
OpenPOWER on IntegriCloud