summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 07:40:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 07:40:20 +0000
commitc757625b05e855fb0235fe41e6298d0eb60f0d83 (patch)
tree01ccc01c9cb4e20f6787493c444e7a25421bc59c /lib
parentd3e8692f06368ec9d9df5dbd2d6881f89718d689 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/man/Makefile.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc
index 149841335f26..8ccef0a5af03 100644
--- a/lib/libc/db/man/Makefile.inc
+++ b/lib/libc/db/man/Makefile.inc
@@ -4,7 +4,17 @@
.PATH: ${.CURDIR}/../libc/db/man
.if ${LIB} == "c"
-MAN3+= btree.3 dbopen.3 hash.3 mpool.3 recno.3
+MAN3+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
+MLINKS+= dbm.3 dbm_clearerr.3
+MLINKS+= dbm.3 dbm_close.3
+MLINKS+= dbm.3 dbm_delete.3
+MLINKS+= dbm.3 dbm_dirnfo.3
+MLINKS+= dbm.3 dbm_error.3
+MLINKS+= dbm.3 dbm_fetch.3
+MLINKS+= dbm.3 dbm_firstkey.3
+MLINKS+= dbm.3 dbm_nextkey.3
+MLINKS+= dbm.3 dbm_open.3
+MLINKS+= dbm.3 dbm_store.3
MLINKS+= dbopen.3 db.3
.endif