From 38e876d964346d3e4b88c52732b7ce5966d796a5 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 1 Nov 2018 13:35:40 +0100 Subject: import original 1.85 implementation from openbsd libc --- _db1.85/Makefile.inc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 _db1.85/Makefile.inc (limited to '_db1.85/Makefile.inc') diff --git a/_db1.85/Makefile.inc b/_db1.85/Makefile.inc new file mode 100644 index 0000000..dbafcca --- /dev/null +++ b/_db1.85/Makefile.inc @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile.inc,v 1.8 2016/05/07 23:35:44 naddy Exp $ +# +.PATH: ${LIBCSRCDIR}/db/btree + +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_utils.c + +.PATH: ${LIBCSRCDIR}/db/db + +SRCS+= db.c + +.PATH: ${LIBCSRCDIR}/db/hash + +SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \ + hash_page.c ndbm.c + +.PATH: ${LIBCSRCDIR}/db/man + +MAN+= btree.3 dbopen.3 hash.3 ndbm.3 recno.3 + +.PATH: ${LIBCSRCDIR}/db/mpool + +SRCS+= mpool.c + +.PATH: ${LIBCSRCDIR}/db/recno + +SRCS+= rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c rec_search.c \ + rec_seq.c rec_utils.c -- cgit v1.2.3