Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This simplifies pathing in make/displayed output

MFC after:    3 weeks
Sponsored by: Dell EMC Isilon
This commit is contained in:
ngie 2017-01-20 04:53:45 +00:00
parent c3d37b9960
commit 4f6735a6a9

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PACKAGE=lib${LIB}
EXPAT= ${.CURDIR}/../../contrib/expat
EXPAT= ${SRCTOP}/contrib/expat
LIB= bsdxml
SHLIBDIR?= /lib