Initial import from FreeBSD RELENG_4:
[games.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
3 .PATH:  ${.CURDIR}/../../pci
4 KMOD    = agp
5 SRCS    = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c
6 SRCS   += agp_i810.c agp_if.c
7 SRCS   += device_if.h bus_if.h agp_if.h pci_if.h
8 SRCS   += opt_bdg.h opt_bus.h opt_pci.h
9 MFILES  = kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m
10
11 .include <bsd.kmod.mk>