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
This commit is contained in:
Alex Richardson 2020-07-15 12:08:06 +00:00
parent 00c61a3b43
commit ea6c594cbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363219

View File

@ -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