diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-09-27 13:10:24 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-09-27 13:10:24 +0000 |
| commit | 819766797ed00f2038be2bd333f2ceb29af681ca (patch) | |
| tree | 76aeb1b7de62dcff967986f3ab733f36ec6db017 /usr.sbin/sysinstall | |
| parent | 7c23a867f7bca394e6abeb944bd6df3ea2ec2412 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/Makefile | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index 68d5ad3124d9..cb180932240c 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 657b35f48602..b5d80226c7b3 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 */ |
