Index: usr.sbin/bsdinstall/partedit/gpart_ops.c =================================================================== --- usr.sbin/bsdinstall/partedit/gpart_ops.c +++ usr.sbin/bsdinstall/partedit/gpart_ops.c @@ -230,8 +230,10 @@ struct bsddialog_conf conf; struct bsddialog_menuitem items[] = { +#ifdef __powerpc__ {"", false, 0, "APM", "Apple Partition Map", "Bootable on PowerPC Apple Hardware" }, +#endif {"", false, 0, "BSD", "BSD Labels", "Bootable on most x86 systems" }, {"", false, 0, "GPT", "GUID Partition Table",