]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/ed/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / ed / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/ed
4
5 KMOD=   if_ed
6 SRCS=   if_ed.c
7 SRCS+=  if_ed_novell.c if_ed_wd80x3.c if_ed_rtl80x9.c isa_if.h
8 .if ${MACHINE} == "pc98"
9 SRCS+=  if_ed_cbus.c
10 .else
11 SRCS+=  if_ed_isa.c if_ed_3c503.c if_ed_hpp.c if_ed_sic.c
12 .endif
13 SRCS+=  if_ed_pccard.c pccarddevs.h card_if.h
14 SRCS+=  if_ed_pci.c pci_if.h
15
16 SRCS+=  opt_ed.h bus_if.h device_if.h miibus_if.h
17
18 .include <bsd.kmod.mk>