diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-02-09 20:03:40 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-02-09 20:03:40 +0000 |
| commit | 969eaf2179e64707a7c6b606b7c7717cd5d734ed (patch) | |
| tree | e520b94cdc40902296c7025be4da781935e62252 /sys/modules/ed/Makefile | |
| parent | 73f9c36206611415668455657b68e34c5d172543 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ed/Makefile')
| -rw-r--r-- | sys/modules/ed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile index dda16edcd34a..7f1524263a12 100644 --- a/sys/modules/ed/Makefile +++ b/sys/modules/ed/Makefile @@ -3,12 +3,12 @@ .PATH: ${.CURDIR}/../../dev/ed KMOD= if_ed -SRCS= if_ed.c if_ed_pccard.c if_ed_pci.c +SRCS= if_ed.c if_ed_pccard.c if_ed_pci.c if_ed_novell.c if_ed_wd80x3.c .if ${MACHINE} == "pc98" SRCS+= if_ed_cbus.c .else -SRCS+= if_ed_isa.c +SRCS+= if_ed_isa.c if_ed_3c503.c if_ed_hpp.c if_ed_sic.c .endif SRCS+= opt_ed.h opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h \ |
