summaryrefslogtreecommitdiff
path: root/lib/libc/db/man/Makefile.inc
blob: 7e03894fedca8070d5005ddb1af27652a5903b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile.inc,v 1.11 2001/04/16 00:08:46 millert Exp $

.PATH: ${LIBCSRCDIR}/db/man

MAN+=	btree.3 dbm.3 dbopen.3 hash.3 hcreate.3 mpool.3 ndbm.3 recno.3
MLINKS+= dbopen.3 db.3
MLINKS+= dbm.3 dbminit.3 dbm.3 dbmclose.3 dbm.3 fetch.3 dbm.3 store.3
MLINKS+= dbm.3 delete.3 dbm.3 firstkey.3 dbm.3 nextkey.3
MLINKS+= hcreate.3 hdestroy.3 hcreate.3 hsearch.3
MLINKS+= mpool.3 mpool_open.3 mpool.3 mpool_filter.3 mpool.3 mpool_new.3
MLINKS+= mpool.3 mpool_delete.3 mpool.3 mpool_get.3 mpool.3 mpool_put.3
MLINKS+= mpool.3 mpool_sync.3 mpool.3 mpool_close.3
MLINKS+= ndbm.3 dbm_clearerr.3 ndbm.3 dbm_close.3 ndbm.3 dbm_delete.3
MLINKS+= ndbm.3 dbm_dirfno.3 ndbm.3 dbm_error.3 ndbm.3 dbm_fetch.3
MLINKS+= ndbm.3 dbm_firstkey.3 ndbm.3 dbm_nextkey.3 ndbm.3 dbm_open.3
MLINKS+= ndbm.3 dbm_pagfno.3 ndbm.3 dbm_store.3