Zap KMODDEPS entries so that people do not wonder why it isn't working on

-current.

Apolgies to: anhold
This commit is contained in:
peter 2002-05-01 01:34:48 +00:00
parent bf12d371f8
commit aac61d6bcd
3 changed files with 0 additions and 3 deletions

View File

@ -5,6 +5,5 @@ KMOD = mga
NOMAN = YES
SRCS = mga_drv.c mga_state.c mga_warp.c mga_dma.c
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
KMODDEPS= agp
.include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@ KMOD = r128
NOMAN = YES
SRCS = r128_cce.c r128_drv.c r128_state.c
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
KMODDEPS= agp
.include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@ KMOD = radeon
NOMAN = YES
SRCS = radeon_cp.c radeon_drv.c radeon_state.c
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
KMODDEPS= agp
.include <bsd.kmod.mk>