diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:40:10 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:40:10 +0000 |
commit | 213efd3d26186c84d16b1c2672b2e477d7f2242f (patch) | |
tree | 61db945be4ca8fd2acc6d0e44013e939418b7508 /lib | |
parent | 7423a04740be0e53ced61dc4337fb9541ba95b4a (diff) | |
download | src-213efd3d26186c84d16b1c2672b2e477d7f2242f.tar.gz src-213efd3d26186c84d16b1c2672b2e477d7f2242f.zip |
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
Notes
Notes:
svn path=/head/; revision=312491
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libopie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 367bbc6ac7be..4507d252ea9a 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -3,7 +3,7 @@ # $FreeBSD$ # PACKAGE=lib${LIB} -OPIE_DIST?= ${.CURDIR}/../../contrib/opie +OPIE_DIST?= ${SRCTOP}/contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} SHLIB_MAJOR= 8 |