summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-21 02:24:31 +0000
committerngie <ngie@FreeBSD.org>2017-02-21 02:24:31 +0000
commit2ab2021bba43918ecec74b44b09edb987e641a04 (patch)
tree945592511d45004c52c97634c4ebae14381e8ea2
parente4a19860569883714383b6bad022a20add364d2d (diff)
downloadFreeBSD-src-2ab2021bba43918ecec74b44b09edb987e641a04.zip
FreeBSD-src-2ab2021bba43918ecec74b44b09edb987e641a04.tar.gz
MFC r313653:
Use SRCTOP instead of .CURDIR relative paths with ".." This simplifies pathing in make/displayed output
-rw-r--r--usr.bin/atm/sscop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/atm/sscop/Makefile b/usr.bin/atm/sscop/Makefile
index 36d3dcf..1ffa473 100644
--- a/usr.bin/atm/sscop/Makefile
+++ b/usr.bin/atm/sscop/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop
+CONTRIB= ${SRCTOP}/contrib/ngatm/sscop
.PATH: ${CONTRIB}
OpenPOWER on IntegriCloud