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
This commit is contained in:
@@ -6,7 +6,7 @@ LIB= bluetooth
|
|||||||
MAN= bluetooth.3
|
MAN= bluetooth.3
|
||||||
|
|
||||||
WARNS?= 2
|
WARNS?= 2
|
||||||
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
|
CFLAGS+= -I${.CURDIR} -I${SRCTOP}/sys
|
||||||
|
|
||||||
SHLIB_MAJOR= 4
|
SHLIB_MAJOR= 4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user