Makefile.inc (7f3dea244c40159a41ab22da77a434d7c5b5e85a) | Makefile.inc (480e9923d5e4f3616ae5036555dc5022cad467fa) |
---|---|
1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4.PATH: ${.CURDIR}/../libc/db/man 5 6.if ${LIB} == "c" | 1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4.PATH: ${.CURDIR}/../libc/db/man 5 6.if ${LIB} == "c" |
7MAN3+= btree.3 dbopen.3 hash.3 mpool.3 recno.3 | 7MAN3+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3 |
8 | 8 |
9MLINKS+= dbm.3 dbm_clearerr.3 10MLINKS+= dbm.3 dbm_close.3 11MLINKS+= dbm.3 dbm_delete.3 12MLINKS+= dbm.3 dbm_dirnfo.3 13MLINKS+= dbm.3 dbm_error.3 14MLINKS+= dbm.3 dbm_fetch.3 15MLINKS+= dbm.3 dbm_firstkey.3 16MLINKS+= dbm.3 dbm_nextkey.3 17MLINKS+= dbm.3 dbm_open.3 18MLINKS+= dbm.3 dbm_store.3 |
|
9MLINKS+= dbopen.3 db.3 10.endif | 19MLINKS+= dbopen.3 db.3 20.endif |