]> git.saurik.com Git - apple/libc.git/blobdiff - db/man/Makefile.inc
Libc-498.tar.gz
[apple/libc.git] / db / man / Makefile.inc
index a17ae485684b988ce6f85bafe55a2baa4aa3e9e7..220233a6ea11406315fa322974eced6a8ad12d97 100644 (file)
@@ -8,15 +8,25 @@
 FBSDMAN3= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
 .include "Makefile.fbsd_end"
 
-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+= dbm.3 dbm_clearerr.3          \
+         dbm.3 dbm_close.3             \
+         dbm.3 dbm_delete.3            \
+         dbm.3 dbm_dirfno.3            \
+         dbm.3 dbm_error.3             \
+         dbm.3 dbm_fetch.3             \
+         dbm.3 dbm_firstkey.3          \
+         dbm.3 dbm_nextkey.3           \
+         dbm.3 dbm_open.3              \
+         dbm.3 dbm_store.3
+
 MLINKS+= dbopen.3 db.3
+
+MLINKS+= mpool.3 mpool_close.3         \
+         mpool.3 mpool_filter.3                \
+         mpool.3 mpool_get.3           \
+         mpool.3 mpool_new.3           \
+         mpool.3 mpool_open.3          \
+         mpool.3 mpool_put.3           \
+         mpool.3 mpool_sync.3
+
 .endif