summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortv <tv>1998-12-10 15:39:46 +0000
committertv <tv>1998-12-10 15:39:46 +0000
commit7946ca306975a99c8bd48f1a9d29d30d02f19d9a (patch)
treeac233d4a6031c3c2f06712ab789377961ffae2cd /databases
parent0e662a0bf5a346b84af9f8700a51f7e6615bdfe7 (diff)
downloadpkgsrc-7946ca306975a99c8bd48f1a9d29d30d02f19d9a.tar.gz
Add and enable sdbm.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 013382f2ea6..5066a629277 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/06/22 21:54:14 tron Exp $
+# $NetBSD: Makefile,v 1.8 1998/12/10 15:39:46 tv Exp $
# FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp
#
@@ -16,6 +16,7 @@
SUBDIR += postgresql
SUBDIR += py-gdbm
SUBDIR += py-mysql
+ SUBDIR += sdbm
# SUBDIR += typhoon
.include "../mk/bsd.pkg.subdir.mk"