diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-07-13 14:53:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-07-13 14:53:38 +0000 |
| commit | af5e2a4073c15842ed155960296f91eb8d765771 (patch) | |
| tree | 80625c48ff3be7713fff4e66068d0136cc657cb8 /sys/modules/ed/Makefile | |
| parent | 959541b940aa171d28bce82aecfb91933fea59fc (diff) | |
Notes
Diffstat (limited to 'sys/modules/ed/Makefile')
| -rw-r--r-- | sys/modules/ed/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile index 7f1524263a12..c3cd4344b195 100644 --- a/sys/modules/ed/Makefile +++ b/sys/modules/ed/Makefile @@ -3,15 +3,16 @@ .PATH: ${.CURDIR}/../../dev/ed KMOD= if_ed -SRCS= if_ed.c if_ed_pccard.c if_ed_pci.c if_ed_novell.c if_ed_wd80x3.c - +SRCS= if_ed.c +SRCS+= if_ed_novell.c if_ed_wd80x3.c isa_if.h .if ${MACHINE} == "pc98" SRCS+= if_ed_cbus.c .else SRCS+= if_ed_isa.c if_ed_3c503.c if_ed_hpp.c if_ed_sic.c .endif +SRCS+= if_ed_pccard.c pccarddevs.h card_if.h +SRCS+= if_ed_pci.c pci_if.h -SRCS+= opt_ed.h opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h \ - miibus_if.h pccarddevs.h +SRCS+= opt_ed.h bus_if.h device_if.h miibus_if.h .include <bsd.kmod.mk> |
