summaryrefslogtreecommitdiff
path: root/lib/libc/db/man/Makefile.inc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-02-15 05:11:26 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-02-15 05:11:26 +0000
commit3941e90b879e925d0fef8f0733e1d9c2e1861db5 (patch)
tree82b3c2fe01e0932c532b9e2a3f038a110315707d /lib/libc/db/man/Makefile.inc
parent0584840a66631455c4c44387526ce706056faee0 (diff)
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage
Diffstat (limited to 'lib/libc/db/man/Makefile.inc')
-rw-r--r--lib/libc/db/man/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc
index 8683e93b17b..efd058ce94d 100644
--- a/lib/libc/db/man/Makefile.inc
+++ b/lib/libc/db/man/Makefile.inc
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile.inc,v 1.7 1998/11/20 11:18:35 d Exp $
+# $OpenBSD: Makefile.inc,v 1.8 1999/02/15 05:11:24 millert Exp $
.PATH: ${LIBCSRCDIR}/db/man
-MAN+= btree.3 dbopen.3 hash.3 recno.3 ndbm.3 mpool.3
+MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 ndbm.3 recno.3
MLINKS+= dbopen.3 db.3
-MLINKS+= ndbm.3 dbm.3