summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-07 03:10:15 +0000
committerpeter <peter@FreeBSD.org>2001-01-07 03:10:15 +0000
commit297080615ff78e2ed5109c0e4270ea432bca4410 (patch)
tree05102b73950c07a483dad7a712b230478278b4b9 /sys/modules/linux
parent4b3b78742b63f154d662836832aa6769836fe326 (diff)
downloadFreeBSD-src-297080615ff78e2ed5109c0e4270ea432bca4410.zip
FreeBSD-src-297080615ff78e2ed5109c0e4270ea432bca4410.tar.gz
It is unlikely that we'll be supporting old-style ZMAGIC linux a.out
binaries on anything but i386.. (ia64, sparc64, etc) Invert the .if so that it is inclusive of i386 platforms rather than excluding just the alpha.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 8ba2ffa..9823819 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -11,7 +11,7 @@ SRCS= linux_file.c linux_ioctl.c linux_ipc.c linux_machdep.c linux_misc.c \
opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h
OBJS= linux_locore.o
-.if ${MACHINE_ARCH} != "alpha"
+.if ${MACHINE_ARCH} == "i386"
SRCS+= imgact_linux.c
.endif
OpenPOWER on IntegriCloud