Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm/compat Ultrix LKM would not be useful on mipseb so d...



details:   https://anonhg.NetBSD.org/src/rev/3d9960ac3847
branches:  trunk
changeset: 503538:3d9960ac3847
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Feb 08 12:58:12 2001 +0000

description:
Ultrix LKM would not be useful on mipseb so don't build it.
Suggested by soren and simonb.

diffstat:

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

diffs (18 lines):

diff -r 3c79a4c12ea7 -r 3d9960ac3847 sys/lkm/compat/Makefile
--- a/sys/lkm/compat/Makefile   Thu Feb 08 12:57:54 2001 +0000
+++ b/sys/lkm/compat/Makefile   Thu Feb 08 12:58:12 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/07 13:54:13 tsutsui Exp $
+# $NetBSD: Makefile,v 1.10 2001/02/08 12:58:12 tsutsui Exp $
 
 # XXX for now, only Linux on i386 was actually tested, others might
 # need further work; compile stuff on everything, but only install
@@ -25,7 +25,7 @@
 SUBDIR+=       aoutm68k linux sunos svr4
 .endif
 
-.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
+.if (${MACHINE_ARCH} == "mipsel")
 SUBDIR+=       ultrix
 .endif
 



Home | Main Index | Thread Index | Old Index