Use SRCTOP instead of .CURDIR relative paths with ".."
This simplifies pathing in make/displayed output MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
99b33ca4ec
commit
ebbfcada38
@ -2,10 +2,10 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
_LIBARCHIVEDIR= ${.CURDIR}/../../contrib/libarchive
|
||||
_LIBARCHIVECONFDIR= ${.CURDIR}/../../lib/libarchive
|
||||
_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
|
||||
_LIBARCHIVECONFDIR= ${SRCTOP}/lib/libarchive
|
||||
|
||||
PROG= bsdcat
|
||||
PROG= bsdcat
|
||||
BSDCAT_VERSION_STRING= 3.2.2
|
||||
|
||||
.PATH: ${_LIBARCHIVEDIR}/cat
|
||||
|
Loading…
Reference in New Issue
Block a user