diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-11-21 07:21:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-11-21 07:21:45 +0000 |
| commit | 668537ba9506ff9b6f272dac5d313bc3b5216ee3 (patch) | |
| tree | f041f1d8ca9e71c13edc4e409b4c683bf8f06365 /sys/modules/netgraph | |
| parent | 8cf5e9dde25fe854da260d1d56c3c9cc6a180a76 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph')
| -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 d4aa60f3545e..005d6194b145 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 31f5784aba4e..729d22cb85e9 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 7af1768e26e9..9ef247e11be3 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 92ffcc5eeba2..480fb16f76ef 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 cd90fd398095..d6df40b31e6b 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 b9969a55ed83..9191841fbf1d 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 1e072182355e..6fdda0a429cc 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 |
