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:
parent
c763140b9b
commit
30384334b8
@ -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
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
/*** Defines ***/
|
||||
|
||||
#if defined(__i386__) || defined(PC98)
|
||||
#if defined(PC98)
|
||||
#define PCCARD_ARCH 1 /* Support PCCARD installations */
|
||||
#endif
|
||||
/* device limits */
|
||||
|
@ -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
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
/*** Defines ***/
|
||||
|
||||
#if defined(__i386__) || defined(PC98)
|
||||
#if defined(PC98)
|
||||
#define PCCARD_ARCH 1 /* Support PCCARD installations */
|
||||
#endif
|
||||
/* device limits */
|
||||
|
Loading…
Reference in New Issue
Block a user