diff options
author | jaapb <jaapb@pkgsrc.org> | 2017-07-11 11:31:18 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2017-07-11 11:31:18 +0000 |
commit | 3607017ff768302be2835a090053d45b92f87ab3 (patch) | |
tree | df3827b730ff07c3b30c0d26eb05cf6ae047e93d /devel | |
parent | c3365f8d1ac1068daa23ddf91a7e8f0c8f902d78 (diff) | |
download | pkgsrc-3607017ff768302be2835a090053d45b92f87ab3.tar.gz |
Added ocaml-yojson to Makefile SUBDIRs
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index cf4597155b9..558d3578c12 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2459 2017/07/11 11:28:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.2460 2017/07/11 11:31:18 jaapb Exp $ # COMMENT= Development utilities @@ -727,6 +727,7 @@ SUBDIR+= ocaml-reactiveData SUBDIR+= ocaml-result SUBDIR+= ocaml-sexplib SUBDIR+= ocaml-type_conv +SUBDIR+= ocaml-yojson SUBDIR+= ocamlbuild SUBDIR+= ocamlgraph SUBDIR+= ocamlify |