Remove some duplicate FreeBSD CVS IDs, move some IDs to better places.
[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.4 2004/03/24 20:40:33 dillon Exp $
3
4 KMOD    = agp
5 SRCS    = agp.c 
6 SRCS    += agp_i810.c agp_ali.c agp_amd.c agp_nvidia.c agp_intel.c
7 SRCS    += agp_sis.c agp_via.c
8 SRCS    += agp_if.c 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 dev/agp/agp_if.m bus/pci/pci_if.m
11
12 .include <bsd.kmod.mk>