From 635fd71e01f7caf9e9fb8c85d54484e1a421f875 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 24 Jul 2002 22:16:11 +0000 Subject: enable fdisk for ia64 as well as i386 --- usr.sbin/sysinstall/menus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall') diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 1b6132a..6bd7d9f 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -229,7 +229,7 @@ DMenu MenuIndex = { { " Doc, HTML", "The HTML documentation menu.", NULL, docBrowser }, { " Dump Vars", "(debugging) dump out internal variables.", NULL, dump_variables }, { " Emergency shell", "Start an Emergency Holographic shell.", NULL, installFixitHoloShell }, -#ifdef __i386__ +#if defined(__i386__) || defined(__ia64__) { " Fdisk", "The disk Partition Editor", NULL, diskPartitionEditor }, #endif { " Fixit", "Repair mode with CDROM or fixit floppy.", NULL, dmenuSubmenu, NULL, &MenuFixit }, @@ -1241,7 +1241,7 @@ DMenu MenuConfigure = { NULL, configPackages }, { " Root Password", "Set the system manager's password", NULL, dmenuSystemCommand, NULL, "passwd root" }, -#ifdef __i386__ +#if defined(__i386__) || defined(__ia64__) { " Fdisk", "The disk Slice (PC-style partition) Editor", NULL, diskPartitionEditor }, #endif -- cgit v1.1