summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-09-27 13:10:24 +0000
committernyan <nyan@FreeBSD.org>2005-09-27 13:10:24 +0000
commitebac7c30db46ff78924a46bbda469b4001e2ab7c (patch)
tree76aeb1b7de62dcff967986f3ab733f36ec6db017 /usr.sbin/sysinstall
parent00692854b3e507a9895b6ecd784bcb0ef9180566 (diff)
downloadFreeBSD-src-ebac7c30db46ff78924a46bbda469b4001e2ab7c.zip
FreeBSD-src-ebac7c30db46ff78924a46bbda469b4001e2ab7c.tar.gz
Switch from OLDCARD to NEWCARD on pc98.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/Makefile4
-rw-r--r--usr.sbin/sysinstall/sysinstall.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 68d5ad3..cb18093 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -14,10 +14,6 @@ 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} keymap.h
-.if ${MACHINE} == "pc98"
-SRCS+= pccard.c
-.endif
-
CFLAGS+= -DUSE_GZIP=1
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 657b35f..b5d8022 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -65,10 +65,6 @@
#define WITH_LINUX
#endif
-#if defined(PC98)
-#define PCCARD_ARCH 1 /* Support PCCARD installations */
-#endif
-
/* device limits */
#define DEV_NAME_MAX 128 /* The maximum length of a device name */
#define DEV_MAX 100 /* The maximum number of devices we'll deal with */
OpenPOWER on IntegriCloud