From f1e70294d8c5432d20901d39af9e92a6405ddabe Mon Sep 17 00:00:00 2001 From: benno Date: Mon, 22 Jan 2001 12:10:45 +0000 Subject: Add support for configuring PowerPC kernels. Reviewed by: peter --- usr.sbin/config/mkoptions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/config/mkoptions.c') diff --git a/usr.sbin/config/mkoptions.c b/usr.sbin/config/mkoptions.c index 4f9e2a1..0ddf29f 100644 --- a/usr.sbin/config/mkoptions.c +++ b/usr.sbin/config/mkoptions.c @@ -61,6 +61,7 @@ static struct users { { 8, 2, 512 }, /* MACHINE_PC98 */ { 8, 2, 512 }, /* MACHINE_ALPHA */ { 8, 2, 512 }, /* MACHINE_IA64 */ + { 8, 2, 512 }, /* MACHINE_POWERPC */ }; #define NUSERS (sizeof (users) / sizeof (users[0])) -- cgit v1.1