diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-06-29 08:39:50 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-06-29 08:39:50 +0000 |
commit | c6048e6f6ed4938a8b70605467f1c5642f8095bf (patch) | |
tree | 111bfb27c800bf3d778fcf0053b62dcb1cfd43a0 /usr.bin/Makefile | |
parent | 35b7a1ab9291464b0e7f479df0046327b89c5447 (diff) |
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@
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index d97844c5adc..a7924194e8d 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.167 2022/04/19 01:32:06 dlg Exp $ +# $OpenBSD: Makefile,v 1.168 2022/06/29 08:39:49 job Exp $ .include <bsd.own.mk> @@ -26,7 +26,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \ skeyaudit skeyinfo skeyinit sndioctl sndiod snmp \ sort spell split ssh stat su systat \ tail talk tcpbench tee telnet tftp tic time timeout \ - tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \ + tmux top touch tput tr true ts tset tsort tty usbhidaction usbhidctl \ ul uname unexpand unifdef uniq units \ unvis users uudecode uuencode vacation vi vis vmstat w wall wc \ what which who whois write x99token xargs xinstall \ |