aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/agp/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc68159a6d8eede11766cf13896d0f7670dbd51aa (patch)
treeb5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/agp/Makefile
parente2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff)
downloadsrc-c68159a6d8eede11766cf13896d0f7670dbd51aa.tar.gz
src-c68159a6d8eede11766cf13896d0f7670dbd51aa.zip
Use a consistent style and one much closer to the rest of /usr/src
Notes
Notes: svn path=/head/; revision=70711
Diffstat (limited to 'sys/modules/agp/Makefile')
-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 dcb415d5bb36..625d4d9d30ff 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>