tools.Linux.mk: set TOOLS_PLATFORM.date.

This commit is contained in:
schmonz 2022-05-09 16:44:40 +00:00
parent ddec0fb9f0
commit 84417be6a2

View file

@ -1,4 +1,4 @@
# $NetBSD: tools.Linux.mk,v 1.66 2022/05/01 08:03:41 nia Exp $
# $NetBSD: tools.Linux.mk,v 1.67 2022/05/09 16:44:40 schmonz Exp $
#
# System-supplied tools for the Linux operating system.
#
@ -63,6 +63,9 @@ TOOLS_PLATFORM.curl?= ${_path}/curl
. if exists(${_path}/cut)
TOOLS_PLATFORM.cut?= ${_path}/cut
. endif
. if exists(${_path}/date)
TOOLS_PLATFORM.date?= ${_path}/date
. endif
. if exists(${_path}/diff)
TOOLS_PLATFORM.diff?= ${_path}/diff
. endif