1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1995-08-24 09:06:24 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
|
|
|
|
|
|
|
|
KMOD= pcic
|
|
|
|
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
|
2000-12-14 00:06:10 +00:00
|
|
|
power_if.h card_if.h power_if.c card_if.c
|
1995-08-24 09:06:24 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|