aboutsummaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:31:08 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:31:08 +0000
commitcaf42d812634461f3196797f55f320c03c49b019 (patch)
treeba391a62595eca60b1465d596be86f96b094ef33 /bin/csh
parentacc37ca1c15f7cd8b5e5b0389cf6e6b98ea61447 (diff)
downloadsrc-caf42d812634461f3196797f55f320c03c49b019.tar.gz
src-caf42d812634461f3196797f55f320c03c49b019.zip
bin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=314655
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index e43de0770a56..4d5f3757eef0 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -9,7 +9,7 @@
.include <src.opts.mk>
PACKAGE=runtime
-TCSHDIR= ${.CURDIR}/../../contrib/tcsh
+TCSHDIR= ${SRCTOP}/contrib/tcsh
.PATH: ${TCSHDIR}
PROG= csh