summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkoptions.c
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2001-01-22 12:10:45 +0000
committerbenno <benno@FreeBSD.org>2001-01-22 12:10:45 +0000
commitf1e70294d8c5432d20901d39af9e92a6405ddabe (patch)
tree6db443f20b694de911787bd6205644de37b64be6 /usr.sbin/config/mkoptions.c
parenta7de4cce1e28921c722fdccf2f24511ec678495b (diff)
downloadFreeBSD-src-f1e70294d8c5432d20901d39af9e92a6405ddabe.zip
FreeBSD-src-f1e70294d8c5432d20901d39af9e92a6405ddabe.tar.gz
Add support for configuring PowerPC kernels.
Reviewed by: peter
Diffstat (limited to 'usr.sbin/config/mkoptions.c')
-rw-r--r--usr.sbin/config/mkoptions.c1
1 files changed, 1 insertions, 0 deletions
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]))
OpenPOWER on IntegriCloud