2000-06-18 05:08:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci
|
|
|
|
|
|
|
|
KMOD= oldcard
|
2001-05-16 07:35:54 +00:00
|
|
|
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
|
2001-01-02 21:40:41 +00:00
|
|
|
opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
|
2000-06-18 05:08:57 +00:00
|
|
|
power_if.h card_if.h power_if.c card_if.c
|
|
|
|
NOMAN=
|
|
|
|
|
2001-05-16 07:35:54 +00:00
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
CFLAGS += -DPC98
|
|
|
|
SRCS += mecia.c
|
|
|
|
.endif
|
|
|
|
|
2000-06-18 05:08:57 +00:00
|
|
|
.include <bsd.kmod.mk>
|