diff options
author | jaapb <jaapb@pkgsrc.org> | 2017-09-08 13:03:19 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2017-09-08 13:03:19 +0000 |
commit | 096fdfde6661253c4ca1d02aee1c1c08ee778052 (patch) | |
tree | b3e766859af67d044e95658deb8ab605afe36738 /devel/Makefile | |
parent | a6b51bed450a627cc39a865504dbc340371d24db (diff) | |
download | pkgsrc-096fdfde6661253c4ca1d02aee1c1c08ee778052.tar.gz |
Added ocaml-lwt_ssl 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 273d81eea83..36b4f413869 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2503 2017/09/08 13:02:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.2504 2017/09/08 13:03:19 jaapb Exp $ # COMMENT= Development utilities @@ -748,6 +748,7 @@ SUBDIR+= ocaml-jbuilder SUBDIR+= ocaml-js-build-tools SUBDIR+= ocaml-lwt SUBDIR+= ocaml-lwt_react +SUBDIR+= ocaml-lwt_ssl SUBDIR+= ocaml-migrate-parsetree SUBDIR+= ocaml-oasis SUBDIR+= ocaml-odn |