14 lines
246 B
Makefile
14 lines
246 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ep
|
|
|
|
KMOD= if_ep
|
|
SRCS= if_ep.c
|
|
SRCS+= if_ep_pccard.c pccarddevs.h card_if.h
|
|
SRCS+= if_ep_isa.c isa_if.h
|
|
SRCS+= if_ep_eisa.c eisa_if.h
|
|
#SRCS+= if_ep_mca.c
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|