blob: 6d44da87c142b14ad45ee2be574f2a748ec1b6e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD: src/sys/modules/ep/Makefile,v 1.9 2005/07/13 14:53:59 imp Exp $
.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>
|