Add missing ofw_bus_if.h to SRCS.

Submitted by:	joerg
This commit is contained in:
Pyun YongHyeon 2005-02-25 06:59:56 +00:00
parent 17bd4e32e1
commit 35113f4d80

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>