From c68159a6d8eede11766cf13896d0f7670dbd51aa Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 6 Jan 2001 14:00:42 +0000 Subject: Use a consistent style and one much closer to the rest of /usr/src --- sys/modules/ed/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'sys/modules/ed') diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile index b87438e312877..23dda90b4832a 100644 --- a/sys/modules/ed/Makefile +++ b/sys/modules/ed/Makefile @@ -1,16 +1,17 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/ed -KMOD = if_ed -SRCS = if_ed.c if_ed_pccard.c if_ed_pci.c +.PATH: ${.CURDIR}/../../dev/ed + +KMOD= if_ed +SRCS= if_ed.c if_ed_pccard.c if_ed_pci.c .if ${MACHINE} == "pc98" -SRCS += if_ed_cbus.c -CFLAGS += -DPC98 +SRCS+= if_ed_cbus.c +CFLAGS+= -DPC98 .else -SRCS += if_ed_isa.c +SRCS+= if_ed_isa.c .endif -SRCS += opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h +SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h .include -- cgit v1.3