diff options
author | ru <ru@FreeBSD.org> | 2006-11-03 21:41:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-11-03 21:41:19 +0000 |
commit | 1bc749a2dd9b798edac7f8f78cf149cf4d3e0047 (patch) | |
tree | 43bac727b4d7842cdfc0257654c6d74a990fd16d /sys/modules | |
parent | a928ae4b5d038b04cb53d269b32406da412dc112 (diff) | |
download | FreeBSD-src-1bc749a2dd9b798edac7f8f78cf149cf4d3e0047.zip FreeBSD-src-1bc749a2dd9b798edac7f8f78cf149cf4d3e0047.tar.gz |
Remove no longer existing opt_bdg.h and opt_bge.h.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/ath_rate_amrr/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/bge/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/nfe/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
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 <bsd.kmod.mk> 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 <bsd.kmod.mk> |