The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.

This commit is contained in:
nyan 2002-10-14 13:06:13 +00:00
parent b906875886
commit c429bc51c8

View File

@ -49,9 +49,15 @@ static FILE *OpenConn;
int FtpPort;
/* List of sub directories to look for under a given FTP server. */
#ifdef PC98
const char *ftp_dirs[] = { ".", "releases/pc98", "snapshots/pc98",
"pub/FreeBSD", "pub/FreeBSD/releases/pc98",
"pub/FreeBSD/snapshots/pc98", NULL };
#else
const char *ftp_dirs[] = { ".", "releases/"MACHINE, "snapshots/"MACHINE,
"pub/FreeBSD", "pub/FreeBSD/releases/"MACHINE,
"pub/FreeBSD/snapshots/"MACHINE, NULL };
#endif
/* Brings up attached network device, if any - takes FTP device as arg */
static Boolean