From 978d3958fcce98b59d35feb643e2de6355880b27 Mon Sep 17 00:00:00 2001 From: giovanni Date: Mon, 22 Jun 2009 15:50:47 +0000 Subject: [PATCH] Link pear-MDB2-mysqli and pear-MDB2-sqlite --- databases/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/Makefile b/databases/Makefile index 932e5783942..1a9f83095a3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.161 2009/06/02 00:59:57 merdely Exp $ +# $OpenBSD: Makefile,v 1.162 2009/06/22 15:50:47 giovanni Exp $ # $FreeBSD: Makefile,v 1.24 1997/10/04 23:32:05 andreas Exp $ # SUBDIR += architect @@ -103,6 +103,8 @@ SUBDIR += pear-DB_DataObject SUBDIR += pear-MDB2 SUBDIR += pear-MDB2-mysql + SUBDIR += pear-MDB2-mysqli + SUBDIR += pear-MDB2-sqlite SUBDIR += pg-toolbox SUBDIR += pg_top SUBDIR += pgadmin3