Makefile revision 69126
1# $FreeBSD: head/sys/modules/ep/Makefile 69126 2000-11-24 17:04:51Z markm $
2
3.PATH:	${.CURDIR}/../../dev/ep
4.PATH:	${.CURDIR}/../../i386/isa
5
6KMOD	= if_ep
7SRCS	= if_ep.c if_ep_pccard.c elink.c
8SRCS	+= if_ep_isa.c
9#SRCS	+= if_ep_eisa.c
10#SRCS	+= if_ep_mca.c
11
12SRCS	+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h
13
14.include <bsd.kmod.mk>
15