diff options
Diffstat (limited to 'sys/modules/bhnd/bhndb/Makefile')
-rw-r--r-- | sys/modules/bhnd/bhndb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bhnd/bhndb/Makefile b/sys/modules/bhnd/bhndb/Makefile index 06822de34e27..46aa6bde9ec8 100644 --- a/sys/modules/bhnd/bhndb/Makefile +++ b/sys/modules/bhnd/bhndb/Makefile @@ -8,6 +8,6 @@ SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \ bhndb_if.c bhndb_if.h \ bhnd_bus_if.h -SRCS+= device_if.h bus_if.h +SRCS+= device_if.h bus_if.h pci_if.h .include <bsd.kmod.mk> |