summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp
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/agp
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/agp')
-rw-r--r--sys/modules/agp/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index dcb415d..625d4d9 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -1,11 +1,12 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../pci
-KMOD = agp
-SRCS = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c
-SRCS += agp_i810.c agp_if.c
-SRCS += device_if.h bus_if.h agp_if.h pci_if.h
-SRCS += opt_bdg.h opt_bus.h opt_pci.h
-MFILES = kern/device_if.m kern/bus_if.m pci/agp_if.m dev/pci/pci_if.m
+.PATH: ${.CURDIR}/../../pci
+
+KMOD= agp
+SRCS= agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c
+SRCS+= agp_i810.c agp_if.c
+SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
+SRCS+= opt_bdg.h opt_bus.h opt_pci.h
+MFILES= kern/device_if.m kern/bus_if.m pci/agp_if.m dev/pci/pci_if.m
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud