aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 03:56:42 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 03:56:42 +0000
commitb78d94bd05582cc23438a9a55dbc6203786261aa (patch)
treee7a39420bd7e543a8484bbc539f70ecb1a4b10ce /lib
parent8b25e8410533a6e69cceff910546b2dc485a5059 (diff)
downloadsrc-b78d94bd05582cc23438a9a55dbc6203786261aa.tar.gz
src-b78d94bd05582cc23438a9a55dbc6203786261aa.zip
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=312460
Diffstat (limited to 'lib')
-rw-r--r--lib/libbluetooth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile
index a8573ec2fffa..f6273ab5ce8f 100644
--- a/lib/libbluetooth/Makefile
+++ b/lib/libbluetooth/Makefile
@@ -6,7 +6,7 @@ LIB= bluetooth
MAN= bluetooth.3
WARNS?= 2
-CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
+CFLAGS+= -I${.CURDIR} -I${SRCTOP}/sys
SHLIB_MAJOR= 4