Add missing header dependencies (based on looking in the .depend file).

Reported by:	gjb
This commit is contained in:
Ian Lepore 2017-06-13 14:07:13 +00:00
parent e9dd5a0c73
commit ce97f69621
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319899

View File

@ -3,6 +3,6 @@
.PATH: ${SRCTOP}/sys/dev/ffec
KMOD= if_ffec
SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h
SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h ofw_bus_if.h opt_global.h
.include <bsd.kmod.mk>