diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-06 20:21:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-06 20:21:55 +0000 |
| commit | 3e0aa01059b1e9d109b456a9e784533b9ce96514 (patch) | |
| tree | a26877ede30a987a30d05fe751ea1a8ef4d4d03e /sys/modules/linux | |
| parent | 849baab858d8f8ad4a0a64cb4e1a6c6285d4c134 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index ffd0be650d2c1..f101418e2587b 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 |
