Module Name: src Committed By: abs Date: Sat Sep 19 13:33:17 UTC 2009
Modified Files: src/distrib/utils/sysinst: Makefile Log Message: Add cobalt hp700 hpcarm landisk & ofppc to ALL_MACHINES list To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/distrib/utils/sysinst/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/utils/sysinst/Makefile diff -u src/distrib/utils/sysinst/Makefile:1.12 src/distrib/utils/sysinst/Makefile:1.13 --- src/distrib/utils/sysinst/Makefile:1.12 Fri Nov 21 15:39:29 2008 +++ src/distrib/utils/sysinst/Makefile Sat Sep 19 13:33:17 2009 @@ -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