2003-03-29 15:41:44 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ex
|
|
|
|
|
|
|
|
KMOD= if_ex
|
|
|
|
SRCS= if_ex.c \
|
|
|
|
if_ex_isa.c isa_if.h \
|
|
|
|
if_ex_pccard.c card_if.h \
|
2004-05-26 00:53:10 +00:00
|
|
|
bus_if.h device_if.h pccarddevs.h
|
2003-03-29 15:41:44 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|