Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/exec also build sunos32_aout on sparc64
details: https://anonhg.NetBSD.org/src/rev/f8888cbc8384
branches: trunk
changeset: 503498:f8888cbc8384
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Feb 07 13:36:04 2001 +0000
description:
also build sunos32_aout on sparc64
diffstat:
sys/lkm/exec/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 37593575ae04 -r f8888cbc8384 sys/lkm/exec/Makefile
--- a/sys/lkm/exec/Makefile Wed Feb 07 13:35:39 2001 +0000
+++ b/sys/lkm/exec/Makefile Wed Feb 07 13:36:04 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/12/08 23:05:33 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/07 13:36:04 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
@@ -30,7 +30,7 @@
.endif
.if ${MACHINE_ARCH} == "sparc64"
-SUBDIR+= netbsd32_aout netbsd32_elf
+SUBDIR+= netbsd32_aout netbsd32_elf sunos32_aout
.endif
.if ${MACHINE_ARCH} == "vax"
Home |
Main Index |
Thread Index |
Old Index