1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../dev/bhnd/siba 4 5KMOD= siba_bhndb 6SRCS= siba_bhndb.c 7 8SRCS+= bhnd_bus_if.h bhndb_if.h 9SRCS+= device_if.h bus_if.h 10 11.include <bsd.kmod.mk> 12