Skip to content

Commit

Permalink
tools.Linux.mk: set TOOLS_PLATFORM.date.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed May 9, 2022
1 parent 16d8bdc commit 80d9ac5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mk/tools/tools.Linux.mk
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 80d9ac5

Please sign in to comment.