diff options
author | dmcmahill <dmcmahill> | 2009-11-25 22:43:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2009-11-25 22:43:21 +0000 |
commit | 3bc67ffd5e8e266b35ae9cd10843147a28cd4505 (patch) | |
tree | cf8119c36b32aa26e54fee5b9a0e463558b6e556 /databases | |
parent | 6f764de055f159ff3e092d8920a1c58117bfd03c (diff) | |
download | pkgsrc-3bc67ffd5e8e266b35ae9cd10843147a28cd4505.tar.gz |
add and enable datadraw
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 03c364fa487..186144e76f1 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.309 2009/11/18 14:58:34 he Exp $ +# $NetBSD: Makefile,v 1.310 2009/11/25 22:43:21 dmcmahill Exp $ # COMMENT= Databases @@ -8,6 +8,7 @@ SUBDIR+= adodb SUBDIR+= bdb-xml SUBDIR+= cdb #SUBDIR+= cstore # not enabled at present due to its size requirements +SUBDIR+= datadraw SUBDIR+= db SUBDIR+= db3 SUBDIR+= db4 |