summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-27 03:25:18 +0000
committerhubertf <hubertf>1997-10-27 03:25:18 +0000
commit2cd700a902307e4c65a27df6301d226d5d71f006 (patch)
tree8513d463e7e6f4eb9192297e7aec39a309d59ab2 /databases/Makefile
parentc3dd46cb06413517701543056f964c9ebfae1634 (diff)
downloadpkgsrc-2cd700a902307e4c65a27df6301d226d5d71f006.tar.gz
Next one (IDs already fixed)
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
new file mode 100644
index 00000000000..be04d17d8fe
--- /dev/null
+++ b/databases/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1997/10/27 03:25:18 hubertf Exp $
+# FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp
+#
+ SUBDIR += db
+ SUBDIR += gdbm
+ SUBDIR += gnats
+ SUBDIR += msql
+ SUBDIR += mysql
+ SUBDIR += p5-DBD-mysql
+ SUBDIR += p5-DBD-Pg
+ SUBDIR += p5-DBI
+ SUBDIR += p5-Msql
+ SUBDIR += p5-Mysql
+ SUBDIR += p5-Pg
+ SUBDIR += postgresql
+ SUBDIR += typhoon
+
+.include <bsd.port.subdir.mk>