diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-01 22:23:02 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-01 22:23:02 +0000 |
| commit | eddc160e009a2caafeffb450d521eca159a21557 (patch) | |
| tree | 1b32476766408c94dcee10b7fe67f140d5da3e23 /sys/modules/linux | |
| parent | 85bb40473a547c0f429e3e5309c920716d636f1a (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 1879240231a3..d83906013c3b 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -8,7 +8,8 @@ KMOD= linux SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \ linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \ linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \ - linux_util.c opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h + linux_util.c opt_compat.h opt_linux.h opt_mac.h opt_vmpage.h \ + vnode_if.h OBJS= linux_locore.o .if ${MACHINE_ARCH} == "i386" |
