diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-01-07 03:10:15 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-07 03:10:15 +0000 |
| commit | e4b36f7dd8ade5edfa507bfeb181c2f214b0fda9 (patch) | |
| tree | 31aafa1b8b5ab2e2b704602f09b920ca6e2fc8fa /sys/modules/linux | |
| parent | 70203263322163ad5a451012df7418a9c3500860 (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 8ba2ffa9f9da2..982381941d797 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 |
