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
47e55cf9be
commit
364d020082
@ -4,7 +4,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
CONTRIB= ${.CURDIR}/../../../contrib/bsnmp/lib
|
||||
CONTRIB= ${SRCTOP}/contrib/bsnmp/lib
|
||||
.PATH: ${CONTRIB}
|
||||
|
||||
LIB= bsnmp
|
||||
|
Loading…
Reference in New Issue
Block a user