summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-24 22:16:11 +0000
committerpeter <peter@FreeBSD.org>2002-07-24 22:16:11 +0000
commit635fd71e01f7caf9e9fb8c85d54484e1a421f875 (patch)
tree6c0dd77f551d13095c3d878890a1688a746d44ab /usr.sbin/sade
parent9addfd1396dc11aa53eac26a527e43f4092b3a3f (diff)
downloadFreeBSD-src-635fd71e01f7caf9e9fb8c85d54484e1a421f875.zip
FreeBSD-src-635fd71e01f7caf9e9fb8c85d54484e1a421f875.tar.gz
enable fdisk for ia64 as well as i386
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 1b6132a..6bd7d9f 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/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
OpenPOWER on IntegriCloud