From 961dc58afe10b531eb40f586de018bf1444af658 Mon Sep 17 00:00:00 2001 From: abs Date: Sat, 19 Sep 2009 13:33:17 +0000 Subject: [PATCH] Add cobalt hp700 hpcarm landisk & ofppc to ALL_MACHINES list --- distrib/utils/sysinst/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/distrib/utils/sysinst/Makefile b/distrib/utils/sysinst/Makefile index b8bfa137bc11..421723dfa77d 100644 --- a/distrib/utils/sysinst/Makefile +++ b/distrib/utils/sysinst/Makefile @@ -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/arc 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/sparc64 SUBDIR += arch/vax SUBDIR += arch/x68k SUBDIR += arch/zaurus + # XXX notyet SUBDIR += arch/iyonix .endif