diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index 1c4f221ddafc..f67ac34c3680 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/Makefile @@ -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 diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h index 438a28e4c955..e712be7b2c67 100644 --- a/usr.sbin/sade/sade.h +++ b/usr.sbin/sade/sade.h @@ -54,7 +54,7 @@ /*** Defines ***/ -#if defined(__i386__) || defined(PC98) +#if defined(PC98) #define PCCARD_ARCH 1 /* Support PCCARD installations */ #endif /* device limits */ diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index 1c4f221ddafc..f67ac34c3680 100644 --- a/usr.sbin/sysinstall/Makefile +++ b/usr.sbin/sysinstall/Makefile @@ -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 diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 438a28e4c955..e712be7b2c67 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -54,7 +54,7 @@ /*** Defines ***/ -#if defined(__i386__) || defined(PC98) +#if defined(PC98) #define PCCARD_ARCH 1 /* Support PCCARD installations */ #endif /* device limits */