diff options
| author | Alan Cox <alc@FreeBSD.org> | 2006-01-26 19:21:27 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2006-01-26 19:21:27 +0000 |
| commit | 972e95c81ad804a58b38aad2745b2cb3ac3ff7d9 (patch) | |
| tree | 3dcff93eb804c83ee61e09da2705e51926ef44f3 /sys/modules/linux/Makefile | |
| parent | 0574df71dc22363670c1b2f52fdda412bdbc8eb2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -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 213fa4d5e80c..88889c7bc0a6 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -7,7 +7,7 @@ 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_inet6.h opt_mac.h \ - opt_vmpage.h vnode_if.h + vnode_if.h OBJS= linux_locore.o .if ${MACHINE_ARCH} == "i386" |
