make the man page RECNOINFO element order match the db.h structure
[unix-history] / usr / src / lib / libc / db / Makefile.inc
# @(#)Makefile.inc 8.1 (Berkeley) %G%
#
.include "${.CURDIR}/db/btree/Makefile.inc"
.include "${.CURDIR}/db/db/Makefile.inc"
.include "${.CURDIR}/db/hash/Makefile.inc"
.include "${.CURDIR}/db/man/Makefile.inc"
.include "${.CURDIR}/db/mpool/Makefile.inc"
.include "${.CURDIR}/db/recno/Makefile.inc"