diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-06-05 15:39:15 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-06-05 15:39:15 +0000 |
commit | 5f7ec6c790bbe5cada581cecd8e427bae285235b (patch) | |
tree | c2c0c3dcbd07dfe57693006d52ae526cc6c6e347 /databases | |
parent | 5ae0e218cbaec456b43030ae81b81da349ab211d (diff) | |
download | pkgsrc-5f7ec6c790bbe5cada581cecd8e427bae285235b.tar.gz |
Added ocaml-macaque to Makefile SUBDIRs
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index ad812b7257a..c46e8db324a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.562 2018/05/21 08:06:39 adam Exp $ +# $NetBSD: Makefile,v 1.563 2018/06/05 15:39:15 jaapb Exp $ COMMENT= Databases @@ -111,6 +111,7 @@ SUBDIR+= nss-pgsql SUBDIR+= nss_ldap SUBDIR+= ocaml-dbm SUBDIR+= ocaml-ldap +SUBDIR+= ocaml-macaque SUBDIR+= ocaml-mysql SUBDIR+= ocaml-sqlite3 SUBDIR+= odbc-postgresql |