Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lkm/compat The linux lkm doesn't compile anymore on m68k



details:   https://anonhg.NetBSD.org/src/rev/d9e7f408a829
branches:  trunk
changeset: 522311:d9e7f408a829
user:      is <is%NetBSD.org@localhost>
date:      Sat Feb 16 11:02:37 2002 +0000

description:
The linux lkm doesn't compile anymore on m68k

diffstat:

 sys/lkm/compat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9570be371471 -r d9e7f408a829 sys/lkm/compat/Makefile
--- a/sys/lkm/compat/Makefile   Sat Feb 16 10:54:55 2002 +0000
+++ b/sys/lkm/compat/Makefile   Sat Feb 16 11:02:37 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2002/02/10 16:25:35 mrg Exp $
+# $NetBSD: Makefile,v 1.18 2002/02/16 11:02:37 is Exp $
 
 .if (${MACHINE_ARCH} == "sparc64")
 SUBDIR+=       netbsd32 sunos32 svr4 svr4_32
@@ -26,7 +26,7 @@
 .endif
 
 .if (${MACHINE_ARCH} == "m68k")
-SUBDIR+=       aoutm68k linux sunos svr4
+SUBDIR+=       aoutm68k sunos svr4
 .endif
 
 .if (${MACHINE_ARCH} == "mipsel")



Home | Main Index | Thread Index | Old Index