diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-11-22 22:28:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-11-22 22:28:34 +0000 |
| commit | d3ae70097ddc43fef49ff5c1ac8a7057f7d05e98 (patch) | |
| tree | 964e81509e54b9a0e523496c073e83982559dbea /release/sysinstall | |
| parent | 5e514c64f78c39bf06c77afd4ed4a136aabd05d3 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall')
| -rw-r--r-- | release/sysinstall/dist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 44d60ec4b3c9..d56461875a38 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 }, |
