diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-02-23 18:32:59 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-02-23 18:32:59 +0000 |
| commit | 7d0d268b8a67f28ccefdd0b8ce6fb38acac78d80 (patch) | |
| tree | cf1908ac46a75c0b3f0f81413a9cb3e57a8fdfc5 /sys/modules/netgraph | |
| parent | 02ac6454880b59bbc5f3f74dffaffa90b30adc8b (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph')
| -rw-r--r-- | sys/modules/netgraph/bluetooth/ubt/Makefile | 10 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile index 7feb967ad8fa..b5d3c7f59315 100644 --- a/sys/modules/netgraph/bluetooth/ubt/Makefile +++ b/sys/modules/netgraph/bluetooth/ubt/Makefile @@ -1,12 +1,12 @@ # $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt +S= ${.CURDIR}/../../../.. -CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \ - -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt +.PATH: $S/dev/usb/bluetooth -KMOD= ng_ubt -SRCS= ng_ubt.c bus_if.h device_if.h opt_usb.h usbdevs.h +KMOD= ng_ubt +SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \ + ng_ubt.c .include <bsd.kmod.mk> diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile index e9f414f64074..d45ddb14c597 100644 --- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile +++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile @@ -1,12 +1,12 @@ # $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw +S= ${.CURDIR}/../../../.. -CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \ - -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw +.PATH: $S/dev/usb/bluetooth -KMOD= ubtbcmfw -SRCS= ubtbcmfw.c bus_if.h device_if.h opt_usb.h usbdevs.h +KMOD= ubtbcmfw +SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \ + ubtbcmfw.c .include <bsd.kmod.mk> |
