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