1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

isa_if.h is indirectly included.

Depend on it to unbreak pc98 builds.
This commit is contained in:
Bjoern A. Zeeb 2013-04-12 13:56:21 +00:00
parent 71336d8c1e
commit 8f99bb74a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249403

View File

@ -4,6 +4,6 @@
KMOD= atacbus
SRCS= ata-cbus.c
SRCS+= ata_if.h bus_if.h device_if.h bus_if.h
SRCS+= ata_if.h isa_if.h bus_if.h device_if.h bus_if.h
.include <bsd.kmod.mk>