diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-02-06 13:40:47 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-02-06 13:40:47 +0000 |
commit | ff73f1e0a0382afbb2be6b02f55bc74fc165014a (patch) | |
tree | ce512f62944a1a7cce0ef6278541503545c174ca /devel/Makefile | |
parent | 72336530e318ab1ab41713458b539d2d55180e08 (diff) | |
download | pkgsrc-ff73f1e0a0382afbb2be6b02f55bc74fc165014a.tar.gz |
Added ocaml-ppx_tools to Makefile SUBDIRs
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 36c0d8e38b7..eb0969c9a5b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2208 2016/02/06 13:35:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.2209 2016/02/06 13:40:47 jaapb Exp $ # COMMENT= Development utilities @@ -631,6 +631,7 @@ SUBDIR+= ocaml-lwt SUBDIR+= ocaml-oasis SUBDIR+= ocaml-odn SUBDIR+= ocaml-optcomp +SUBDIR+= ocaml-ppx_tools SUBDIR+= ocaml-re SUBDIR+= ocaml-react SUBDIR+= ocaml-reactiveData |