Wed May 26 20:19:15 2021 UTC ()
Add a date tool


(christos)
diff -r1.209 -r1.210 src/tools/Makefile
diff -r0 -r1.1 src/tools/date/Makefile

cvs diff -r1.209 -r1.210 src/tools/Makefile (expand / switch to context diff)
--- src/tools/Makefile 2021/05/06 13:23:36 1.209
+++ src/tools/Makefile 2021/05/26 20:19:15 1.210
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.209 2021/05/06 13:23:36 rin Exp $
+#	$NetBSD: Makefile,v 1.210 2021/05/26 20:19:15 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -91,7 +91,7 @@
 # Dependencies in SUBDIR below ordered to maximize parallel ability.
 # See above for special treatment for host-mkdep, compat, and binstall.
 #
-SUBDIR=	host-mkdep compat binstall \
+SUBDIR=	host-mkdep compat binstall date \
 	.WAIT mktemp .WAIT sed .WAIT genassym
 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR+= cap_mkdb crunchgen ctags gencat hexdump \

File Added: src/tools/date/Makefile
#	$NetBSD: Makefile,v 1.1 2021/05/26 20:19:15 christos Exp $

HOSTPROGNAME=	${_TOOL_PREFIX}date
HOST_SRCDIR=	bin/date

.include "${.CURDIR}/../Makefile.host"