diff options
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3e766b906dc..06f4a39ed92 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2472 2017/07/21 10:36:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.2473 2017/07/21 10:37:19 jaapb Exp $ # COMMENT= Development utilities @@ -732,6 +732,7 @@ SUBDIR+= ocaml-react SUBDIR+= ocaml-reactiveData SUBDIR+= ocaml-result SUBDIR+= ocaml-sexplib +SUBDIR+= ocaml-stdio SUBDIR+= ocaml-type_conv SUBDIR+= ocaml-yojson SUBDIR+= ocamlbuild |