
SRCS=	bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c \
	bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c \
	bt_stack.c bt_utils.c \
	\
	db.c \
	\
	hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
	hash_page.c hsearch.c ndbm.c \
	\
	mpool.c \
	\
	rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c rec_search.c \
	rec_seq.c rec_utils.c









MAN3+=	btree.0 dbopen.0 hash.0 recno.0
MLINKS+= dbopen.3 db.3


