[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / ts

File: [local] / src / usr.bin / ts / Makefile (download)

Revision 1.1, Wed Jun 29 08:39:49 2022 UTC (22 months, 2 weeks ago) by job
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD

Import ts(1) - a timestamp utility

A from scratch & pledged implementation of the perl 'ts' utility found
in the moreutils collection.

With help from florian@, tb@, and deraadt@

OK deraadt@

#	$OpenBSD: Makefile,v 1.1 2022/06/29 08:39:49 job Exp $

PROG=	ts

.include <bsd.prog.mk>