diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2007-08-29 15:04:26 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2007-08-29 15:04:26 +0000 |
| commit | 9b142e22759577904354788b0b98d6ccd4a0bcac (patch) | |
| tree | a1f39dc0c4e0d58e2c8c6ef7a597a932f1613d97 /sys/modules | |
| parent | 3a18582946ed9288cf07c6c2866cb34d5af9c313 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -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 9bfef4152598..6de0febb26b6 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -6,7 +6,7 @@ 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_inet6.h opt_mac.h \ + linux_time.c linux_util.c opt_compat.h opt_inet6.h opt_mac.h \ opt_vmpage.h vnode_if.h device_if.h bus_if.h OBJS= linux_locore.o |
