Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/compat sparc64: build sunos32 (not sunos). don't bu...
details: https://anonhg.NetBSD.org/src/rev/0b09a24dc86a
branches: trunk
changeset: 503496:0b09a24dc86a
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Feb 07 13:34:17 2001 +0000
description:
sparc64: build sunos32 (not sunos). don't build svr4, but comment to build svr4_32.
diffstat:
sys/lkm/compat/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 271a8e953af0 -r 0b09a24dc86a sys/lkm/compat/Makefile
--- a/sys/lkm/compat/Makefile Wed Feb 07 13:32:57 2001 +0000
+++ b/sys/lkm/compat/Makefile Wed Feb 07 13:34:17 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/12/08 20:20:23 jdolecek Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/07 13:34:17 mrg Exp $
# XXX for now, only Linux on i386 was actually tested, others might
# need further work; compile stuff on everything, but only install
@@ -34,7 +34,8 @@
.endif
.if (${MACHINE_ARCH} == "sparc64")
-SUBDIR+= netbsd32 sunos svr4
+SUBDIR+= netbsd32 sunos32
+#SUBDIR+= svr4_32
.endif
.if (${MACHINE_ARCH} == "vax")
Home |
Main Index |
Thread Index |
Old Index