summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-09-02 15:10:38 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-09-02 15:10:38 +0000
commitb20e878184183e50c94d0e688817c7d84e3db7fc (patch)
treea558e25744f539fd7675fd20e2ed62191daf108f /databases
parentNew port xmysqladmin ... (diff)
Enabled 2 new ports xmysql and xmysqladmin
Notes
Notes: svn path=/head/; revision=7756
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile
index f51d91738e63..95e2ba86fc2b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1997/08/19 07:17:51 fenner Exp $
+# $Id: Makefile,v 1.22 1997/08/30 13:26:53 andreas Exp $
#
SUBDIR += db
SUBDIR += gdbm
@@ -14,5 +14,7 @@
SUBDIR += postgresql
SUBDIR += typhoon
SUBDIR += xmbase-grok
+ SUBDIR += xmysql
+ SUBDIR += xmysqladmin
.include <bsd.port.subdir.mk>