Since NEWCARD is the default for i386, undef PCCARD_ARCH.

pccard.c is no longer needed for i386 also.

OKed by: imp, nyan
This commit is contained in:
matusita 2002-10-20 11:16:41 +00:00
parent c763140b9b
commit 30384334b8
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c \
system.c tape.c tcpip.c termcap.c ttys.c ufs.c usb.c user.c \
variable.c wizard.c keymap.h
.if ${MACHINE_ARCH} == "i386"
.if ${MACHINE} == "pc98"
SRCS+= pccard.c
.endif

View File

@ -54,7 +54,7 @@
/*** Defines ***/
#if defined(__i386__) || defined(PC98)
#if defined(PC98)
#define PCCARD_ARCH 1 /* Support PCCARD installations */
#endif
/* device limits */

View File

@ -10,7 +10,7 @@ SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c \
system.c tape.c tcpip.c termcap.c ttys.c ufs.c usb.c user.c \
variable.c wizard.c keymap.h
.if ${MACHINE_ARCH} == "i386"
.if ${MACHINE} == "pc98"
SRCS+= pccard.c
.endif

View File

@ -54,7 +54,7 @@
/*** Defines ***/
#if defined(__i386__) || defined(PC98)
#if defined(PC98)
#define PCCARD_ARCH 1 /* Support PCCARD installations */
#endif
/* device limits */