aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-08-02 14:34:26 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-08-02 14:34:26 +0000
commit5c9cb96a239cd9793a74ff91baa7296b814948aa (patch)
treef4e3362988fda99780d0a6ac70e05eb462c9f75c
parent31ba4ce8898f9dfa5e7f054fdbc26e50a599a6e3 (diff)
downloadsrc-5c9cb96a239cd9793a74ff91baa7296b814948aa.tar.gz
src-5c9cb96a239cd9793a74ff91baa7296b814948aa.zip
Fix BUILD_WITH_STRICT_TMPPATH build after adding time to ITOOLS
This is needed after bbd16236e986ef1b0e1da37c9c8a7f9dd2d63b5d (and 99feb137f5f66f903bba816c1d98ced2a92bef12).
-rw-r--r--tools/build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 31d027f75ce2..948a5f9dfdb2 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -266,8 +266,8 @@ SYSINCS+= ${SRCTOP}/sys/sys/elf.h
# Linux/MacOS since we only use flags that are supported by all of them.
_host_tools_to_symlink= basename bzip2 bunzip2 chmod chown cmp comm cp date dd \
dirname echo env false find fmt gzip gunzip head hostname id ln ls \
- mkdir mv nice patch rm sh sleep stat tee touch tr true uname uniq unxz \
- wc which xz
+ mkdir mv nice patch rm sh sleep stat tee time touch tr true uname uniq \
+ unxz wc which xz
# We also need a symlink to the absolute path to the make binary used for
# the toplevel makefile. This is not necessarily the same as `which make`