diff options
author | jaapb <jaapb@pkgsrc.org> | 2022-06-13 08:01:31 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2022-06-13 08:01:31 +0000 |
commit | bd49d4c1fde4e0b4df93fab4bfa370c7f909e9d6 (patch) | |
tree | 1e7f2b2ca406b2dcc4cff791c643f34bfa7fd7d9 | |
parent | fff594328e3dd71f551eed8f6a88cd586fc66382 (diff) | |
download | pkgsrc-bd49d4c1fde4e0b4df93fab4bfa370c7f909e9d6.tar.gz |
Added ocaml-mirage-clock to Makefile SUBDIRs
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 7d2d462d8d1..9da78785281 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.231 2022/05/05 09:17:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.232 2022/06/13 08:01:31 jaapb Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -63,6 +63,7 @@ SUBDIR+= lua-tz SUBDIR+= memo SUBDIR+= ntpsec SUBDIR+= ocaml-calendar +SUBDIR+= ocaml-mirage-clock SUBDIR+= ocaml-mtime SUBDIR+= ocaml-time_now SUBDIR+= ocaml-timezone |