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:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
PACKAGE= lib${LIB}
|
||||
OPENBSMDIR= ${.CURDIR}/../../contrib/openbsm
|
||||
OPENBSMDIR= ${SRCTOP}/contrib/openbsm
|
||||
_LIBBSMDIR= ${OPENBSMDIR}/libbsm
|
||||
|
||||
LIB= bsm
|
||||
|
||||
Reference in New Issue
Block a user