aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:40:10 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:40:10 +0000
commit213efd3d26186c84d16b1c2672b2e477d7f2242f (patch)
tree61db945be4ca8fd2acc6d0e44013e939418b7508 /lib
parent7423a04740be0e53ced61dc4337fb9541ba95b4a (diff)
downloadsrc-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/Makefile2
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