diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-27 19:54:46 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-27 19:54:46 +0000 |
| commit | 42df7c3515a40c85e27184b9391bb2510883a3bb (patch) | |
| tree | 03751ae5ec0e9fe98d1d9233c6ba71c94d634cb4 /usr.sbin | |
| parent | 85e0124324d1600a693c71f2d049a34bdaeeb0a4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sade/menus.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 0f949c7b38ff..1af79d1f433b 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -1354,6 +1354,7 @@ DMenu MenuInstallCustom = { { NULL } }, }; +#ifdef __i386__ #ifdef PC98 /* IPL type menu */ DMenu MenuIPLType = { @@ -1394,6 +1395,7 @@ DMenu MenuMBRType = { { NULL } }, }; #endif /* PC98 */ +#endif /* __i386__ */ /* Final configuration menu */ DMenu MenuConfigure = { diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 0f949c7b38ff..1af79d1f433b 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -1354,6 +1354,7 @@ DMenu MenuInstallCustom = { { NULL } }, }; +#ifdef __i386__ #ifdef PC98 /* IPL type menu */ DMenu MenuIPLType = { @@ -1394,6 +1395,7 @@ DMenu MenuMBRType = { { NULL } }, }; #endif /* PC98 */ +#endif /* __i386__ */ /* Final configuration menu */ DMenu MenuConfigure = { |
