freebsd_amp_hwpstate/lib/libc/db/man/Makefile.inc

12 lines
258 B
PHP
Raw Normal View History

# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id: Makefile.inc,v 1.5 1997/09/24 20:38:10 julian Exp $
1994-05-27 05:00:24 +00:00
.PATH: ${.CURDIR}/../libc/db/man
1994-05-27 05:00:24 +00:00
.if ${LIB} == "c"
1994-05-27 05:00:24 +00:00
# mpool.3
MAN3+= btree.3 dbopen.3 hash.3 recno.3
MAN3+= mpool.3
1994-05-27 05:00:24 +00:00
MLINKS+= dbopen.3 db.3
.endif