diff options
author | simonb <simonb@pkgsrc.org> | 2021-02-25 10:11:30 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2021-02-25 10:11:30 +0000 |
commit | dbe571fd23890132cca587f458b319ebe1d3b754 (patch) | |
tree | 7c7792f7fc0d94f66f51402017cb4b22c6a31177 /misc/Makefile | |
parent | 25074c9f0418e64f4e6efbccaffcc8036133cf7c (diff) | |
download | pkgsrc-dbe571fd23890132cca587f458b319ebe1d3b754.tar.gz |
misc: add sleepto
Jared's sleep command with at-style time specification.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 469b516c10b..df1e5623ad3 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.544 2020/11/19 20:19:37 schmonz Exp $ +# $NetBSD: Makefile,v 1.545 2021/02/25 10:11:30 simonb Exp $ # COMMENT= Miscellaneous utilities @@ -345,6 +345,7 @@ SUBDIR+= sd-mux-ctrl SUBDIR+= send-pr SUBDIR+= siag SUBDIR+= since +SUBDIR+= sleepto SUBDIR+= splitvt SUBDIR+= starplot SUBDIR+= stellarium |