2000-06-18 05:08:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-02 21:40:41 +00:00
|
|
|
.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci
|
2000-06-18 05:08:57 +00:00
|
|
|
KMOD= oldcard
|
2001-01-02 21:40:41 +00:00
|
|
|
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_p.c \
|
|
|
|
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=
|
|
|
|
|
|
|
|
opt_pcic.h:
|
|
|
|
touch $@
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|