From 0e68cca864978c179a24279a53f66a77da2f4b6e Mon Sep 17 00:00:00 2001
From: bz <bz@FreeBSD.org>
Date: Sat, 11 Feb 2012 08:34:33 +0000
Subject: [PATCH] Depend on the relevant header files.

---
 sys/modules/oce/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/oce/Makefile b/sys/modules/oce/Makefile
index 6603744885cf..4821533f01c5 100644
--- a/sys/modules/oce/Makefile
+++ b/sys/modules/oce/Makefile
@@ -5,7 +5,7 @@
 .PATH:	${.CURDIR}/../../dev/oce
 KMOD	= oce
 SRCS    = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
-#SRCS    += ${ofw_bus_if} bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
+SRCS    += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
 
 CFLAGS+= -I${.CURDIR}/../../dev/oce -DSMP