break BTF flags up into btree/recno (B_, R_) categories
[unix-history] / usr / src / lib / libc / db / Makefile.inc
CommitLineData
ce6de6aa 1# @(#)Makefile.inc 5.3 (Berkeley) %G%
e4debd78 2#
e4debd78 3.include "${.CURDIR}/db/btree/Makefile.inc"
ce6de6aa 4.include "${.CURDIR}/db/db/Makefile.inc"
e4debd78 5.include "${.CURDIR}/db/hash/Makefile.inc"
8eda2931 6.include "${.CURDIR}/db/man/Makefile.inc"
ce6de6aa
KB
7.include "${.CURDIR}/db/mpool/Makefile.inc"
8.include "${.CURDIR}/db/recno/Makefile.inc"