Date: Sun, 1 Aug 2021 13:27:39 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bbd16236e986 - main - add the time(1) command to the list of install tools Message-ID: <202108011327.171DRdpv015958@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/src/commit/?id=bbd16236e986ef1b0e1da37c9c8a7f9dd2d63b5d commit bbd16236e986ef1b0e1da37c9c8a7f9dd2d63b5d Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2021-08-01 13:25:00 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2021-08-01 13:25:00 +0000 add the time(1) command to the list of install tools Reported by: dhw Approved by: dhw Differential Revision: https://reviews.freebsd.org/D31373 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 3d54a088d070..213b32a97ed3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1300,7 +1300,7 @@ _sysctl=sysctl ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \ date echo egrep find grep id install ${_install-info} \ ln make mkdir mtree mv pwd_mkdb \ - rm sed services_mkdb sh sort strip ${_sysctl} test true uname wc \ + rm sed services_mkdb sh sort strip ${_sysctl} test time true uname wc \ ${_zoneinfo} ${LOCAL_ITOOLS} # Needed for share/man
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108011327.171DRdpv015958>