aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-08-27 19:47:41 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-08-27 19:47:41 +0000
commitc6dfea0ebdd03519c549b3159be4f45f1edcf534 (patch)
treeb4ae60b9ba753dd085cb38dbd16b34a70e5143b0 /sys/modules/linux
parentd0dca9afa453d2990d6e70894bd1da1892ca721c (diff)
Notes
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index e6328ac4cbf7..72485f0be1b7 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.24 1998/11/12 00:37:39 jkh Exp $
+# $Id: Makefile,v 1.25 1999/01/26 21:29:01 julian Exp $
.PATH: ${.CURDIR}/../../i386/linux
KMOD= linux
SRCS= linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \
- linux_ipc.c linux_socket.c linux_stats.c \
+ linux_ipc.c linux_socket.c linux_stats.c linux_mib.c \
linux_dummy.c linux_sysent.c linux_sysvec.c linux_util.c \
imgact_linux.c opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h
OBJS= linux_locore.o