1
2.PATH:	${SRCTOP}/sys/dev/bhnd/bcma
3
4KMOD=	bcma_bhndb
5SRCS=	bcma_bhndb.c
6
7SRCS+=	bhnd_bus_if.h bhnd_erom_if.h
8SRCS+=	bhndb_bus_if.h bhndb_if.h
9SRCS+=	device_if.h bus_if.h
10
11.include <bsd.kmod.mk>
12