Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/modules/agp/Makefile 69783 2000-12-08 22:11:23Z msmith $
---
> # $FreeBSD: head/sys/modules/agp/Makefile 70711 2001-01-06 14:00:42Z obrien $
3,9c3
< .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
10a5,11
> 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
>