1997-05-03 03:50:06 +00:00
|
|
|
# from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 05:00:24 +00:00
|
|
|
#
|
|
|
|
CFLAGS+=-D__DBINTERFACE_PRIVATE
|
|
|
|
|
2002-11-18 09:50:57 +00:00
|
|
|
.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"
|