Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Add cobalt hp700 hpcarm landisk & ofpp...



details:   https://anonhg.NetBSD.org/src/rev/f612255f4d2c
branches:  trunk
changeset: 747534:f612255f4d2c
user:      abs <abs%NetBSD.org@localhost>
date:      Sat Sep 19 13:33:17 2009 +0000

description:
Add cobalt hp700 hpcarm landisk & ofppc to ALL_MACHINES list

diffstat:

 distrib/utils/sysinst/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r ad3cc7926ade -r f612255f4d2c distrib/utils/sysinst/Makefile
--- a/distrib/utils/sysinst/Makefile    Sat Sep 19 13:11:02 2009 +0000
+++ b/distrib/utils/sysinst/Makefile    Sat Sep 19 13:33:17 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2008/11/21 15:39:29 ad Exp $
+#      $NetBSD: Makefile,v 1.13 2009/09/19 13:33:17 abs Exp $
 #
 # sysinst is usually built when the crunched install binary is built,
 # but can be built here as a normal program for testing.
@@ -6,6 +6,7 @@
 SUBDIR = arch/${MACHINE}
 
 .if ALL_MACHINES
+
 SUBDIR  = arch/acorn26
 SUBDIR += arch/acorn32
 SUBDIR += arch/alpha
@@ -15,19 +16,24 @@
 SUBDIR += arch/atari
 SUBDIR += arch/bebox
 SUBDIR += arch/cats
+SUBDIR += arch/cobalt
 SUBDIR += arch/evbarm
 SUBDIR += arch/evbmips
 SUBDIR += arch/evbppc
 SUBDIR += arch/ews4800mips
 SUBDIR += arch/hp300
+SUBDIR += arch/hp700
+SUBDIR += arch/hpcarm
 SUBDIR += arch/hpcmips
 SUBDIR += arch/i386
+SUBDIR += arch/landisk
 SUBDIR += arch/mac68k
 SUBDIR += arch/macppc
 SUBDIR += arch/mipsco
 SUBDIR += arch/mvme68k
 SUBDIR += arch/news68k
 SUBDIR += arch/newsmips
+SUBDIR += arch/ofppc
 SUBDIR += arch/playstation2
 SUBDIR += arch/pmax
 SUBDIR += arch/prep
@@ -39,6 +45,7 @@
 SUBDIR += arch/vax
 SUBDIR += arch/x68k
 SUBDIR += arch/zaurus
+
 # XXX notyet SUBDIR += arch/iyonix
 .endif
 



Home | Main Index | Thread Index | Old Index