diff options
author | bad <bad@pkgsrc.org> | 1999-08-05 17:25:05 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-08-05 17:25:05 +0000 |
commit | 240d084e02fd16c421873333c172f20d035e606a (patch) | |
tree | 7e26a1e2bbedd7cd05d07d0aed61467d1db9496e /databases | |
parent | 20fe88cface0b7310b076df1cde0b30683059948 (diff) | |
download | pkgsrc-240d084e02fd16c421873333c172f20d035e606a.tar.gz |
Add and enable xmysql and xmysqladmin.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index f6e91022093..f3489509fbe 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/07/15 06:28:13 jlam Exp $ +# $NetBSD: Makefile,v 1.19 1999/08/05 17:25:05 bad Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -25,6 +25,8 @@ SUBDIR += sdbm SUBDIR += tcl-gdbm # SUBDIR += typhoon + SUBDIR += xmysql + SUBDIR += xmysqladmin SUBDIR += zope-mysql .include "../mk/bsd.pkg.subdir.mk" |