]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ep/Makefile
Merge xz 5.2.0.
[FreeBSD/FreeBSD.git] / sys / modules / ep / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${.CURDIR}/../..
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 .PATH: ${SYSDIR}/dev/ep
7
8 KMOD=   if_ep
9 SRCS=   if_ep.c
10 SRCS+=  if_ep_pccard.c pccarddevs.h card_if.h
11 SRCS+=  if_ep_isa.c isa_if.h
12 .if ${MK_EISA} != "no"
13 SRCS+=  if_ep_eisa.c eisa_if.h
14 .endif
15 #SRCS+= if_ep_mca.c
16 SRCS+=  bus_if.h device_if.h
17
18 .include <bsd.kmod.mk>