diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-12-29 08:44:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-12-29 08:44:30 +0000 |
| commit | 4c16ce4d87b7509aa8ab7453a6aa311e68cbd644 (patch) | |
| tree | c1913b5cb290cd8536f0a11174d228582eaed0ac /sys/modules/netgraph | |
| parent | d56162c180c501b3a9e19fb952ef60931ca1ee5a (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph')
| -rw-r--r-- | sys/modules/netgraph/bluetooth/ubt/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile index 4a57242b3e17..c68961c80c33 100644 --- a/sys/modules/netgraph/bluetooth/ubt/Makefile +++ b/sys/modules/netgraph/bluetooth/ubt/Makefile @@ -7,7 +7,7 @@ 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 usbdevs.h +SRCS= ng_ubt.c bus_if.h device_if.h opt_usb.h usbdevs.h .include <bsd.kmod.mk> diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile index 01390b30e0ae..908d2c361159 100644 --- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile +++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile @@ -7,7 +7,7 @@ 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 usbdevs.h +SRCS= ubtbcmfw.c bus_if.h device_if.h opt_usb.h usbdevs.h .include <bsd.kmod.mk> |
