Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / agp / Makefile
1 # $FreeBSD: src/sys/modules/agp/Makefile,v 1.2.2.4 2000/09/30 02:49:36 ps Exp $
2 # $DragonFly: src/sys/dev/agp/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../pci
5 KMOD    = agp
6 SRCS    = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c
7 SRCS   += agp_i810.c agp_if.c
8 SRCS   += device_if.h bus_if.h agp_if.h pci_if.h
9 SRCS   += opt_bdg.h opt_bus.h opt_pci.h
10 MFILES  = kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m
11
12 .include <bsd.kmod.mk>