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:
ngie 2017-01-20 03:58:50 +00:00
parent 364d020082
commit 75749c32d8

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PACKAGE= lib${LIB}
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
BZ2DIR= ${SRCTOP}/contrib/bzip2
.PATH: ${BZ2DIR}
LIB= bz2