diff options
author | pho <pho@pkgsrc.org> | 2021-05-05 12:23:30 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2021-05-05 12:23:30 +0000 |
commit | eaab3c98b1464ccc24129fd9c04dee24d4c2a9b2 (patch) | |
tree | c5ba4921ec8fa43261afc6e1212392dcb047cf78 /time | |
parent | 1a860f9c4fcf325766445e67e42d268a95330055 (diff) | |
download | pkgsrc-eaab3c98b1464ccc24129fd9c04dee24d4c2a9b2.tar.gz |
time: +hs-unix-time
Diffstat (limited to 'time')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index fb687a8543d..77afdd4e49d 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.220 2021/03/31 20:28:04 pin Exp $ +# $NetBSD: Makefile,v 1.221 2021/05/05 12:23:30 pho Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -40,6 +40,7 @@ SUBDIR+= hs-old-time SUBDIR+= hs-time-compat SUBDIR+= hs-timezone-olson SUBDIR+= hs-timezone-series +SUBDIR+= hs-unix-time SUBDIR+= ical SUBDIR+= ical2rem SUBDIR+= jday |