aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-09-06 20:21:55 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-09-06 20:21:55 +0000
commit3e0aa01059b1e9d109b456a9e784533b9ce96514 (patch)
treea26877ede30a987a30d05fe751ea1a8ef4d4d03e /sys/modules
parent849baab858d8f8ad4a0a64cb4e1a6c6285d4c134 (diff)
Notes
Diffstat (limited to 'sys/modules')
-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 ffd0be650d2c..f101418e2587 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -12,7 +12,7 @@ SRCS= linux_file.c linux_ioctl.c linux_machdep.c linux_misc.c \
OBJS= linux_locore.o
MAN8= linux.8
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} != "alpha"
SRCS+= imgact_linux.c linux_ipc.c
.endif