aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2005-09-27 13:10:24 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2005-09-27 13:10:24 +0000
commit819766797ed00f2038be2bd333f2ceb29af681ca (patch)
tree76aeb1b7de62dcff967986f3ab733f36ec6db017 /usr.sbin/sade
parent7c23a867f7bca394e6abeb944bd6df3ea2ec2412 (diff)
downloadsrc-819766797ed00f2038be2bd333f2ceb29af681ca.tar.gz
src-819766797ed00f2038be2bd333f2ceb29af681ca.zip
Notes
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/Makefile4
-rw-r--r--usr.sbin/sade/sade.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index 68d5ad3124d9..cb180932240c 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/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/sade/sade.h b/usr.sbin/sade/sade.h
index 657b35f48602..b5d80226c7b3 100644
--- a/usr.sbin/sade/sade.h
+++ b/usr.sbin/sade/sade.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 */