diff options
author | jaapb <jaapb@pkgsrc.org> | 2017-10-14 10:20:33 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2017-10-14 10:20:33 +0000 |
commit | 9075bb30bf93942d32f0c8c76c4d361b24b6fa8b (patch) | |
tree | 6ab51d762efc2da7420a17ce355a4d61c87367d3 | |
parent | d6210fcbc0205e4aa0e66f85fa5e01f82a0ef4b9 (diff) | |
download | pkgsrc-9075bb30bf93942d32f0c8c76c4d361b24b6fa8b.tar.gz |
Added ocaml-ppx_base to Makefile SUBDIRs
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 43ec3779a39..d999c7bb2e2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2548 2017/10/13 15:44:29 prlw1 Exp $ +# $NetBSD: Makefile,v 1.2549 2017/10/14 10:20:33 jaapb Exp $ # COMMENT= Development utilities @@ -748,6 +748,7 @@ SUBDIR+= ocaml-oasis SUBDIR+= ocaml-odn SUBDIR+= ocaml-optcomp SUBDIR+= ocaml-ppx_ast +SUBDIR+= ocaml-ppx_base SUBDIR+= ocaml-ppx_compare SUBDIR+= ocaml-ppx_core SUBDIR+= ocaml-ppx_derivers |