Makefile.inc (58f0484fa251c266ede97b591b499fe3dd4f578e) Makefile.inc (870039320ffbf6d3defd48faa288bb650ca2a1cb)
1# @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
1# from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
2# $Id$
2#
3CFLAGS+=-D__DBINTERFACE_PRIVATE
4
3#
4CFLAGS+=-D__DBINTERFACE_PRIVATE
5
5.include "${.CURDIR}/db/btree/Makefile.inc"
6.include "${.CURDIR}/db/db/Makefile.inc"
7.include "${.CURDIR}/db/hash/Makefile.inc"
8.include "${.CURDIR}/db/man/Makefile.inc"
9.include "${.CURDIR}/db/mpool/Makefile.inc"
10.include "${.CURDIR}/db/recno/Makefile.inc"
6.include "${.CURDIR}/../libc/db/btree/Makefile.inc"
7.include "${.CURDIR}/../libc/db/db/Makefile.inc"
8.include "${.CURDIR}/../libc/db/hash/Makefile.inc"
9.include "${.CURDIR}/../libc/db/man/Makefile.inc"
10.include "${.CURDIR}/../libc/db/mpool/Makefile.inc"
11.include "${.CURDIR}/../libc/db/recno/Makefile.inc"