source: vendor/FreeBSD-libc/current/db/man/Makefile.inc

Last change on this file was 961, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 515 bytes
Line 
1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2# $FreeBSD: src/lib/libc/db/man/Makefile.inc,v 1.11 2002/11/18 09:50:54 ru Exp $
3
4.PATH: ${.CURDIR}/db/man
5
6MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
7
8MLINKS+= dbm.3 dbm_clearerr.3
9MLINKS+= dbm.3 dbm_close.3
10MLINKS+= dbm.3 dbm_delete.3
11MLINKS+= dbm.3 dbm_dirnfo.3
12MLINKS+= dbm.3 dbm_error.3
13MLINKS+= dbm.3 dbm_fetch.3
14MLINKS+= dbm.3 dbm_firstkey.3
15MLINKS+= dbm.3 dbm_nextkey.3
16MLINKS+= dbm.3 dbm_open.3
17MLINKS+= dbm.3 dbm_store.3
18MLINKS+= dbopen.3 db.3
Note: See TracBrowser for help on using the repository browser.