2001-09-02 06:43:45 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/fe
|
|
|
|
|
|
|
|
KMOD= if_fe
|
|
|
|
SRCS= if_fe.c if_fe_pccard.c
|
|
|
|
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
SRCS+= if_fe_cbus.c
|
|
|
|
.else
|
|
|
|
SRCS+= if_fe_isa.c
|
|
|
|
.endif
|
|
|
|
|
2004-05-26 00:53:10 +00:00
|
|
|
SRCS+= bus_if.h card_if.h device_if.h isa_if.h pccarddevs.h
|
2001-09-02 06:43:45 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|