aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bge
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-11-03 21:41:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-11-03 21:41:19 +0000
commitadd72477a4adc7307270154b78729ccd83d26dd0 (patch)
tree43bac727b4d7842cdfc0257654c6d74a990fd16d /sys/modules/bge
parentf42326c5799c94ba31d7387e557af357bbb5da92 (diff)
downloadsrc-add72477a4adc7307270154b78729ccd83d26dd0.tar.gz
src-add72477a4adc7307270154b78729ccd83d26dd0.zip
Remove no longer existing opt_bdg.h and opt_bge.h.
Notes
Notes: svn path=/head/; revision=163962
Diffstat (limited to 'sys/modules/bge')
-rw-r--r--sys/modules/bge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bge/Makefile b/sys/modules/bge/Makefile
index 3f66451865ca..fa6e3fe00e0e 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>