Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/exec enable aout lkm on sparc & i386
details: https://anonhg.NetBSD.org/src/rev/d0c4e78d40b8
branches: trunk
changeset: 515950:d0c4e78d40b8
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Oct 10 12:48:49 2001 +0000
description:
enable aout lkm on sparc & i386
diffstat:
sys/lkm/exec/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 22643ab01b5f -r d0c4e78d40b8 sys/lkm/exec/Makefile
--- a/sys/lkm/exec/Makefile Wed Oct 10 12:10:10 2001 +0000
+++ b/sys/lkm/exec/Makefile Wed Oct 10 12:48:49 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/06/06 21:21:30 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2001/10/10 12:48:49 mrg Exp $
# XXX only linux_elf is actually tested for now; build LKMs on all platforms
# as appropriate, but only install linux_elf on i386
@@ -17,7 +17,7 @@
.endif
.if ${MACHINE} == "i386"
-SUBDIR+= ibcs2_coff ibcs2_elf ibcs2_xout linux_aout linux_elf
+SUBDIR+= aout ibcs2_coff ibcs2_elf ibcs2_xout linux_aout linux_elf
SUBDIR+= freebsd_aout freebsd_elf svr4_elf
.endif
@@ -26,7 +26,7 @@
.endif
.if ${MACHINE_ARCH} == "sparc"
-SUBDIR+= sunos_aout svr4_elf
+SUBDIR+= aout sunos_aout svr4_elf
.endif
.if ${MACHINE_ARCH} == "sparc64"
Home |
Main Index |
Thread Index |
Old Index