freebsd-dev/lib/libc/db/man/Makefile.inc

11 lines
195 B
PHP
Raw Normal View History

# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-27 05:00:24 +00:00
.PATH: ${.CURDIR}/../libc/db/man
1994-05-27 05:00:24 +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
.endif