1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../dev/bhnd/bhndb 4 5KMOD= bhndb 6SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \ 7 bhndb_bus_if.c bhndb_bus_if.h \ 8 bhndb_if.c bhndb_if.h 9SRCS+= bhnd_bus_if.h \ 10 bhnd_chipc_if.h \ 11 bhnd_nvram_if.h 12 13SRCS+= device_if.h bus_if.h pci_if.h 14 15.include <bsd.kmod.mk> 16