187003932SJohn Birrell# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 287003932SJohn Birrell# #Id$ 358f0484fSRodney W. Grimes 487003932SJohn Birrell.PATH: ${.CURDIR}/../libc/db/man 558f0484fSRodney W. Grimes 687003932SJohn Birrell# Only build man pages with libc. 787003932SJohn Birrell.if ${LIB} == "c" 858f0484fSRodney W. Grimes# mpool.3 92ceb2ce9SGarrett WollmanMAN3+= db/man/btree.3 db/man/dbopen.3 db/man/hash.3 db/man/recno.3 1075f0ecb2SAndreas SchulzMAN3+= db/man/mpool.3 1158f0484fSRodney W. GrimesMLINKS+= dbopen.3 db.3 1287003932SJohn Birrell.endif 13