aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-07-15 12:08:06 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-07-15 12:08:06 +0000
commitea6c594cbc027d9285ddeee42f84dbd7d12abc3e (patch)
tree42ec67ff2c2f298c2ef9c3ff22a2b9d4ae0d5152 /tools/build
parent00c61a3b43ee4c06951d1df3e537df26902a6c5b (diff)
downloadsrc-ea6c594cbc027d9285ddeee42f84dbd7d12abc3e.tar.gz
src-ea6c594cbc027d9285ddeee42f84dbd7d12abc3e.zip
Fix BUILD_WITH_STRICT_TMPPATH builds
We need dd in $PATH for some of the MK_BOOT code and some tests also use it. Obtained from: CheriBSD
Notes
Notes: svn path=/head/; revision=363219
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index f6c4e4a89247..0db3f8b2f11b 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -105,7 +105,7 @@ SYSINCS+= ${SRCTOP}/sys/sys/font.h
# basic commands: It is fine to use the host version for all of these even on
# 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 \
+_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 realpath sh sleep stat tee touch tr true uname \
uniq wc which