summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-11-22 22:28:34 +0000
committerjkh <jkh@FreeBSD.org>2000-11-22 22:28:34 +0000
commit4d12edec9a904acc2ec81e4a273f2447b687792e (patch)
treebb415c5727087723be6d7b8d6f84a5c29c48391d /release
parent4fe15b8bb2f295ec2c3d67b55e0f1bf33b72a330 (diff)
downloadFreeBSD-src-4d12edec9a904acc2ec81e4a273f2447b687792e.zip
FreeBSD-src-4d12edec9a904acc2ec81e4a273f2447b687792e.tar.gz
Finish the job of conditionalizing the PC98 stuff.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/dist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 44d60ec..d564618 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -128,7 +128,7 @@ static Distribution XF86DistTable[] = {
{ "Xdoc", "/usr/X11R6", &XF86Dists, DIST_XF86_DOC, NULL },
{ "Xhtml", "/usr/X11R6", &XF86Dists, DIST_XF86_HTML, NULL },
{ "Xlib", "/usr/X11R6", &XF86Dists, DIST_XF86_LIB, NULL },
-#ifdef __i386__
+#if defined(__i386__) && defined(PC98)
{ "Xlk98", "/usr/X11R6", &XF86Dists, DIST_XF86_LKIT98, NULL },
#endif
{ "Xlkit", "/usr/X11R6", &XF86Dists, DIST_XF86_LKIT, NULL },
@@ -136,7 +136,7 @@ static Distribution XF86DistTable[] = {
{ "Xprog", "/usr/X11R6", &XF86Dists, DIST_XF86_PROG, NULL },
{ "Xps", "/usr/X11R6", &XF86Dists, DIST_XF86_PS, NULL },
{ "Xset", "/usr/X11R6", &XF86Dists, DIST_XF86_SET, NULL },
-#ifdef __i386__
+#if defined(__i386__) && defined(PC98)
{ "X9set", "/usr/X11R6", &XF86Dists, DIST_XF86_9SET, NULL },
#endif
{ NULL },
@@ -144,7 +144,7 @@ static Distribution XF86DistTable[] = {
/* The XFree86 server distribution */
static Distribution XF86ServerDistTable[] = {
-#ifdef __i386__
+#if defined(__i386__) && defined(PC98)
{ "PC98-Servers/X9480", "/usr/X11R6", &XF86ServerDists, DIST_XF86_SERVER_9480, NULL },
{ "PC98-Servers/X9EGC", "/usr/X11R6", &XF86ServerDists, DIST_XF86_SERVER_9EGC, NULL },
{ "PC98-Servers/X9GA9", "/usr/X11R6", &XF86ServerDists, DIST_XF86_SERVER_9GA9, NULL },
OpenPOWER on IntegriCloud