git: bbd16236e986 - main - add the time(1) command to the list of install tools

Wolfram Schneider wosch at FreeBSD.org
Sun Aug 1 13:27:40 UTC 2021


The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/src/commit/?id=bbd16236e986ef1b0e1da37c9c8a7f9dd2d63b5d

commit bbd16236e986ef1b0e1da37c9c8a7f9dd2d63b5d
Author:     Wolfram Schneider <wosch at FreeBSD.org>
AuthorDate: 2021-08-01 13:25:00 +0000
Commit:     Wolfram Schneider <wosch at 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


More information about the dev-commits-src-all mailing list