diff options
-rw-r--r-- | sys/modules/netgraph/bluetooth/bluetooth/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/netgraph/bluetooth/bt3c/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/netgraph/bluetooth/h4/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/netgraph/bluetooth/hci/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/netgraph/bluetooth/l2cap/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/netgraph/bluetooth/socket/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/netgraph/bluetooth/ubt/Makefile | 4 |
7 files changed, 12 insertions, 12 deletions
diff --git a/sys/modules/netgraph/bluetooth/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/bluetooth/Makefile index d4aa60f..005d619 100644 --- a/sys/modules/netgraph/bluetooth/bluetooth/Makefile +++ b/sys/modules/netgraph/bluetooth/bluetooth/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/common -CFLAGS+= -I../../../../netgraph/bluetooth/include +CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include KMOD= ng_bluetooth SRCS= ng_bluetooth.c diff --git a/sys/modules/netgraph/bluetooth/bt3c/Makefile b/sys/modules/netgraph/bluetooth/bt3c/Makefile index 31f5784..729d22c 100644 --- a/sys/modules/netgraph/bluetooth/bt3c/Makefile +++ b/sys/modules/netgraph/bluetooth/bt3c/Makefile @@ -3,8 +3,8 @@ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c -CFLAGS+= -g -I../../../../netgraph/bluetooth/include \ - -I../../../../netgraph/bluetooth/drivers/bt3c \ +CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \ + -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c \ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \ -DWITNESS=1 -DWITNESS_SKIPSPIN=1 diff --git a/sys/modules/netgraph/bluetooth/h4/Makefile b/sys/modules/netgraph/bluetooth/h4/Makefile index 7af1768..9ef247e 100644 --- a/sys/modules/netgraph/bluetooth/h4/Makefile +++ b/sys/modules/netgraph/bluetooth/h4/Makefile @@ -3,8 +3,8 @@ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4 -CFLAGS+= -g -I../../../../netgraph/bluetooth/include \ - -I../../../../netgraph/bluetooth/drivers/h4 \ +CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \ + -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4 \ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 # -DWITNESS=1 -DWITNESS_SKIPSPIN=1 diff --git a/sys/modules/netgraph/bluetooth/hci/Makefile b/sys/modules/netgraph/bluetooth/hci/Makefile index 92ffcc5..480fb16 100644 --- a/sys/modules/netgraph/bluetooth/hci/Makefile +++ b/sys/modules/netgraph/bluetooth/hci/Makefile @@ -3,8 +3,8 @@ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/hci -CFLAGS+= -g -I../../../../netgraph/bluetooth/include \ - -I../../../../netgraph/bluetooth/hci \ +CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \ + -I${.CURDIR}/../../../../netgraph/bluetooth/hci \ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \ -DWITNESS=1 -DWITNESS_SKIPSPIN=1 diff --git a/sys/modules/netgraph/bluetooth/l2cap/Makefile b/sys/modules/netgraph/bluetooth/l2cap/Makefile index cd90fd3..d6df40b 100644 --- a/sys/modules/netgraph/bluetooth/l2cap/Makefile +++ b/sys/modules/netgraph/bluetooth/l2cap/Makefile @@ -3,8 +3,8 @@ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/l2cap -CFLAGS+= -g -I../../../../netgraph/bluetooth/include \ - -I../../../../netgraph/bluetooth/l2cap \ +CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \ + -I${.CURDIR}/../../../../netgraph/bluetooth/l2cap \ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \ -DWITNESS=1 -DWITNESS_SKIPSPIN=1 diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile index b9969a5..9191841f 100644 --- a/sys/modules/netgraph/bluetooth/socket/Makefile +++ b/sys/modules/netgraph/bluetooth/socket/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/socket -CFLAGS+= -g -I../../../../netgraph/bluetooth/include \ +CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \ -DWITNESS=1 -DWITNESS_SKIPSPIN=1 diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile index 1e07218..6fdda0a 100644 --- a/sys/modules/netgraph/bluetooth/ubt/Makefile +++ b/sys/modules/netgraph/bluetooth/ubt/Makefile @@ -3,8 +3,8 @@ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt -CFLAGS+= -g -I../../../../netgraph/bluetooth/include \ - -I../../../../netgraph/bluetooth/drivers/ubt \ +CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \ + -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt \ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \ -DWITNESS=1 -DWITNESS_SKIPSPIN=1 |