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
b4615d42b3
commit
e4848350a4
@ -4,7 +4,7 @@
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
TELNETDIR= ${.CURDIR}/../../contrib/telnet
|
||||
TELNETDIR= ${SRCTOP}/contrib/telnet
|
||||
.PATH: ${TELNETDIR}/libtelnet
|
||||
|
||||
LIB= telnet
|
||||
|
Loading…
x
Reference in New Issue
Block a user