git: 9front

Download patch

ref: 5dbcc26b654dc5b935d81abe595700aa90ccfd9a
parent: 85c2dac12277b5a87c5cdffbd42d099e72b7d829
author: cinap_lenrek <cinap_lenrek@localhost>
date: Mon Apr 18 05:47:04 EDT 2011

include all archs in cd

--- a/sys/lib/sysconfig/proto/cdproto
+++ b/sys/lib/sysconfig/proto/cdproto
@@ -27,8 +27,30 @@
 		*
 	queue	d777
 	tmp	d777
-$cputype	d775
+
+386	d775
 	+
+68000	d775
+	+
+68020	d775
+	+
+alpha	d775
+	+
+amd64	d775
+	+
+arm	d775
+	+
+power	d775
+	+
+power64	d775
+	+
+sparc	d775
+	+
+sparc64	d775
+	+
+mips	d775
+	+
+
 acme	d775
 	+
 mnt	d775
@@ -100,6 +122,7 @@
 		lib d775
 			*
 		tmp d775
+
 LICENSE	444
 LICENSE.afpl	444
 LICENSE.gpl	444
--