summaryrefslogtreecommitdiffstats
path: root/sys/modules/ed
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc269c9fb36040d129558f61fa26bf3745100a4ff (patch)
tree363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/ed
parente68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff)
downloadFreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip
FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/ed')
-rw-r--r--sys/modules/ed/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile
index b87438e..23dda90b 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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud