summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2002-10-20 11:16:41 +0000
committermatusita <matusita@FreeBSD.org>2002-10-20 11:16:41 +0000
commit322001dbc0a59201cc0f00229949977db70d4f01 (patch)
treee4d158034898bb6e4d0ca68715693a98751a10cf /usr.sbin/sysinstall/Makefile
parent7748521fbcda032a04350fddb6676e01085668bd (diff)
downloadFreeBSD-src-322001dbc0a59201cc0f00229949977db70d4f01.zip
FreeBSD-src-322001dbc0a59201cc0f00229949977db70d4f01.tar.gz
Since NEWCARD is the default for i386, undef PCCARD_ARCH.
pccard.c is no longer needed for i386 also. OKed by: imp, nyan
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 1c4f221..f67ac34 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
OpenPOWER on IntegriCloud