We now depend on miibus_if.h.

This commit is contained in:
Matt Jacob 2001-04-09 21:34:52 +00:00
parent 941431caa8
commit 175fe04ac6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75356

View File

@ -3,6 +3,7 @@
.PATH: ${.CURDIR}/../../pci
KMOD= if_wx
SRCS= if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h
KMODDEPS = miibus
SRCS= if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
.include <bsd.kmod.mk>