Makefile revision 69816
1# $FreeBSD: head/sys/modules/ep/Makefile 69816 2000-12-10 10:07:50Z nyan $
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.if ${MACHINE} == "pc98"
15CFLAGS+= -DPC98
16.endif
17
18.include <bsd.kmod.mk>
19