From af5e2a4073c15842ed155960296f91eb8d765771 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 13 Jul 2005 14:53:38 +0000 Subject: [PATCH] Minor reorg to have each bus' files on one line. --- sys/modules/ed/Makefile | 9 +++++---- 1 file 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