diff options
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5066a629277..df8c1ca4f2b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/12/10 15:39:46 tv Exp $ +# $NetBSD: Makefile,v 1.9 1998/12/19 18:44:45 tsarna Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -18,5 +18,6 @@ SUBDIR += py-mysql SUBDIR += sdbm # SUBDIR += typhoon + SUBDIR += zope-mysql .include "../mk/bsd.pkg.subdir.mk" |