summaryrefslogtreecommitdiffstats
path: root/sys/modules/pcic
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/pcic
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/pcic')
-rw-r--r--sys/modules/pcic/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 4202d04..fc8a97a 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,8 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
-KMOD= pcic
-SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
+.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
+
+KMOD= pcic
+SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
power_if.h card_if.h power_if.c card_if.c
NOMAN=
OpenPOWER on IntegriCloud