From 2f28543e59fe45618d150ad57229dd45864962f7 Mon Sep 17 00:00:00 2001 From: Thomas Moestl Date: Thu, 9 Jan 2003 00:46:41 +0000 Subject: [PATCH] Include if_hme_sbus.c, so that the module can also be used on sbus machines. Remove opt_bdg.h, which is not needed. --- sys/modules/if_hme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/if_hme/Makefile b/sys/modules/if_hme/Makefile index e4bcd0f03160..466023152561 100644 --- a/sys/modules/if_hme/Makefile +++ b/sys/modules/if_hme/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/hme KMOD= if_hme -SRCS= if_hme.c if_hme_pci.c opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS= if_hme.c if_hme_pci.c if_hme_sbus.c device_if.h bus_if.h pci_if.h SRCS+= miibus_if.h .include