diff options
author | frueauf <frueauf> | 1998-06-22 10:56:46 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-06-22 10:56:46 +0000 |
commit | 1a976631ab4f897c99c8c03ffceb78a4a442844d (patch) | |
tree | c80a0a9c7810406da821c2717a78480cd2f3e52b /databases/Makefile | |
parent | 86aa306f42c5339e60f13fb4cd839b07bc23fb89 (diff) | |
download | pkgsrc-1a976631ab4f897c99c8c03ffceb78a4a442844d.tar.gz |
Enable mysql.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 95e26753bdb..a98597046cf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/05/23 21:47:09 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/22 10:56:46 frueauf Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -6,7 +6,7 @@ SUBDIR += gdbm # SUBDIR += gnats # SUBDIR += msql -# SUBDIR += mysql + SUBDIR += mysql # SUBDIR += p5-DBD-mysql # SUBDIR += p5-DBD-Pg # SUBDIR += p5-DBI |