Home | History | Annotate | Line # | Download | only in man
Makefile.inc revision 1.6
      1 #	$NetBSD: Makefile.inc,v 1.6 1997/09/24 07:33:49 fair Exp $
      2 #       @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
      3 
      4 .PATH: ${.CURDIR}/db/man
      5 
      6 # mpool.3
      7 MAN+=	btree.3 dbopen.3 hash.3 recno.3 mpool.3
      8 MLINKS+= dbopen.3 db.3
      9 MLINKS+= mpool.3 mpool_open.3 mpool.3 mpool_filter.3 mpool.3 mpool_new.3
     10 MLINKS+= mpool.3 mpool_get.3 mpool.3 mpool_put.3 mpool.3 mpool_sync.3
     11 MLINKS+= mpool.3 mpool_close.3
     12