Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm kill duplicates
details: https://anonhg.NetBSD.org/src/rev/5845dffef24f
branches: trunk
changeset: 516862:5845dffef24f
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Oct 31 21:13:23 2001 +0000
description:
kill duplicates
diffstat:
sys/lkm/compat/Makefile | 4 ++--
sys/lkm/exec/Makefile | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 5b1ab2a54f9f -r 5845dffef24f sys/lkm/compat/Makefile
--- a/sys/lkm/compat/Makefile Wed Oct 31 21:04:45 2001 +0000
+++ b/sys/lkm/compat/Makefile Wed Oct 31 21:13:23 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/10/31 18:30:18 jdolecek Exp $
+# $NetBSD: Makefile,v 1.15 2001/10/31 21:13:24 jdolecek Exp $
.if (${MACHINE} == "sparc64")
SUBDIR+= netbsd32 sunos32 svr4 svr4_32
@@ -22,7 +22,7 @@
.endif
.if (${MACHINE} == "i386")
-SUBDIR+= aout ibcs2 svr4
+SUBDIR+= aout ibcs2
.endif
.if (${MACHINE_ARCH} == "m68k")
diff -r 5b1ab2a54f9f -r 5845dffef24f sys/lkm/exec/Makefile
--- a/sys/lkm/exec/Makefile Wed Oct 31 21:04:45 2001 +0000
+++ b/sys/lkm/exec/Makefile Wed Oct 31 21:13:23 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/10/31 18:30:18 jdolecek Exp $
+# $NetBSD: Makefile,v 1.8 2001/10/31 21:13:23 jdolecek Exp $
# only install actually tested LKMs
.if make(install)
@@ -17,7 +17,6 @@
.if ${MACHINE} == "i386"
SUBDIR+= aout ibcs2_coff ibcs2_elf ibcs2_xout linux_aout linux_elf
-SUBDIR+= freebsd_aout freebsd_elf svr4_elf
.endif
.if ${MACHINE_ARCH} == "m68k"
Home |
Main Index |
Thread Index |
Old Index