1997-05-03 03:50:06 +00:00
|
|
|
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
1997-10-21 08:41:15 +00:00
|
|
|
# $Id: Makefile.inc,v 1.6 1997/10/16 14:26:09 bde Exp $
|
1994-05-27 05:00:24 +00:00
|
|
|
|
1997-05-03 03:50:06 +00:00
|
|
|
.PATH: ${.CURDIR}/../libc/db/man
|
1994-05-27 05:00:24 +00:00
|
|
|
|
1997-05-03 03:50:06 +00:00
|
|
|
.if ${LIB} == "c"
|
1997-10-21 08:41:15 +00:00
|
|
|
MAN3+= btree.3 dbopen.3 hash.3 mpool.3 recno.3
|
|
|
|
|
1994-05-27 05:00:24 +00:00
|
|
|
MLINKS+= dbopen.3 db.3
|
1997-05-03 03:50:06 +00:00
|
|
|
.endif
|