diff options
author | 2015-09-09 16:40:15 +0000 | |
---|---|---|
committer | 2015-09-09 16:40:15 +0000 | |
commit | caa879f93159a1f1856f47b4599ff43e75f9574a (patch) | |
tree | b2be9cb8fb4c87242a1b4340e35a36e547f3de06 /lib/libc | |
parent | Bump for symbol removals (diff) | |
download | wireguard-openbsd-caa879f93159a1f1856f47b4599ff43e75f9574a.tar.xz wireguard-openbsd-caa879f93159a1f1856f47b4599ff43e75f9574a.zip |
Remove the mpool(3) manpages
prodded by miod@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/Makefile.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/db/Makefile.inc b/lib/libc/db/Makefile.inc index 4afd83c05c5..069435a842d 100644 --- a/lib/libc/db/Makefile.inc +++ b/lib/libc/db/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2015/04/06 09:05:32 tedu Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2015/09/09 16:40:15 guenther Exp $ # CFLAGS+=-D__DBINTERFACE_PRIVATE @@ -19,13 +19,10 @@ SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \ .PATH: ${LIBCSRCDIR}/db/man -MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 ndbm.3 recno.3 +MAN+= btree.3 dbm.3 dbopen.3 hash.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+= 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 |