From 1bc749a2dd9b798edac7f8f78cf149cf4d3e0047 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 3 Nov 2006 21:41:19 +0000 Subject: Remove no longer existing opt_bdg.h and opt_bge.h. --- sys/modules/ath_rate_amrr/Makefile | 2 +- sys/modules/bge/Makefile | 2 +- sys/modules/nfe/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/ath_rate_amrr/Makefile b/sys/modules/ath_rate_amrr/Makefile index e7fbee8..41b78c8 100644 --- a/sys/modules/ath_rate_amrr/Makefile +++ b/sys/modules/ath_rate_amrr/Makefile @@ -40,7 +40,7 @@ KMOD= ath_rate SRCS= amrr.c -SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h opt_inet.h +SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h HAL= ${.CURDIR}/../../contrib/dev/ath CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${HAL} diff --git a/sys/modules/bge/Makefile b/sys/modules/bge/Makefile index 3f66451..fa6e3fe 100644 --- a/sys/modules/bge/Makefile +++ b/sys/modules/bge/Makefile @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../dev/bge KMOD= if_bge -SRCS= opt_bge.h if_bge.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h +SRCS= if_bge.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h .include diff --git a/sys/modules/nfe/Makefile b/sys/modules/nfe/Makefile index 061590d..6fe8bc3 100644 --- a/sys/modules/nfe/Makefile +++ b/sys/modules/nfe/Makefile @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../dev/nfe KMOD= if_nfe -SRCS= if_nfe.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h +SRCS= if_nfe.c device_if.h bus_if.h pci_if.h miibus_if.h .include -- cgit v1.1