Add missing ofw_bus_if.h to SRCS.

Submitted by:	joerg
This commit is contained in:
yongari 2005-02-25 06:59:56 +00:00
parent 7a502b7309
commit 2de4d01f0e

View File

@ -5,6 +5,6 @@
KMOD= auxio
SRCS= auxio.c
SRCS+= device_if.h bus_if.h
SRCS+= device_if.h bus_if.h ofw_bus_if.h
.include <bsd.kmod.mk>