diff options
author | andreas <andreas@FreeBSD.org> | 1997-09-02 23:10:38 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-09-02 23:10:38 +0800 |
commit | 80fd208ad8783f43e5aba3c8ce6931cf90dab13b (patch) | |
tree | bd91cc3e7b7de8a459929c504ee0a43f4cded984 /databases | |
parent | 3644d34bc549b5dfde26687044ae97d6b964c043 (diff) | |
download | freebsd-ports-gnome-80fd208ad8783f43e5aba3c8ce6931cf90dab13b.tar.gz freebsd-ports-gnome-80fd208ad8783f43e5aba3c8ce6931cf90dab13b.tar.zst freebsd-ports-gnome-80fd208ad8783f43e5aba3c8ce6931cf90dab13b.zip |
Enabled 2 new ports 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 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> |