Index: head/sys/modules/netgraph/bluetooth/ubt/Makefile =================================================================== --- head/sys/modules/netgraph/bluetooth/ubt/Makefile (revision 131249) +++ head/sys/modules/netgraph/bluetooth/ubt/Makefile (revision 131250) @@ -1,13 +1,13 @@ # $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $ # $FreeBSD$ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \ -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt KMOD= ng_ubt -SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h +SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h .include Index: head/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile =================================================================== --- head/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile (revision 131249) +++ head/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile (revision 131250) @@ -1,13 +1,13 @@ # $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $ # $FreeBSD$ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \ -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw KMOD= ubtbcmfw -SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h +SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h .include