diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-02 13:23:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-02 13:23:51 +0000 |
commit | 338f00d4a88e26c193c02da340d1bc1b8282131e (patch) | |
tree | b227c390d17ffbf85b1823a16d345e187d0643fa /databases/Makefile | |
parent | 199ce8394b68f72cbe9979bc603abad715f33650 (diff) | |
download | ports-338f00d4a88e26c193c02da340d1bc1b8282131e.tar.gz ports-338f00d4a88e26c193c02da340d1bc1b8282131e.zip |
add libsdb
Simple database library
Notes
Notes:
svn path=/head/; revision=44639
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index a685856f72d1..e1da2323b09c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -25,6 +25,7 @@ SUBDIR += jdbc-oracle816 SUBDIR += libgda SUBDIR += libiodbc + SUBDIR += libsdb SUBDIR += mdbtools SUBDIR += metakit SUBDIR += msql |