summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-09-30 20:06:36 +0000
committerngie <ngie@FreeBSD.org>2017-09-30 20:06:36 +0000
commit4438f41201fdb4437129a4355754890a3275424d (patch)
treed9fc2054912aeb3df031084a03ab276371629425
parent860399276d5f1bab4a736b8bd735728cb54b345d (diff)
downloadFreeBSD-src-4438f41201fdb4437129a4355754890a3275424d.zip
FreeBSD-src-4438f41201fdb4437129a4355754890a3275424d.tar.gz
MFC r321845:
Standardize on SRCTOP instead of .CURDIR-relative paths
-rw-r--r--Makefile.inc19
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index eb45db4..64bb6dd 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1460,9 +1460,14 @@ _gcc_tools= gnu/usr.bin/cc/cc_tools
_rescue= rescue/rescue
.endif
+.if ${MK_TCSH} != "no"
+_tcsh=bin/csh
+.endif
+
build-tools: .MAKE
+
.for _tool in \
- bin/csh \
+ ${_tcsh} \
bin/sh \
${_rescue} \
${LOCAL_TOOL_DIRS} \
@@ -1580,7 +1585,7 @@ native-xtools: .PHONY
bin/cat \
bin/chmod \
bin/cp \
- bin/csh \
+ ${_tcsh} \
bin/echo \
bin/expr \
bin/hostname \
OpenPOWER on IntegriCloud