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
|
|
|
|
|
1997-05-03 03:50:06 +00:00
|
|
|
.include "${.CURDIR}/../libc/db/btree/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/../libc/db/db/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/../libc/db/hash/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/../libc/db/man/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/../libc/db/mpool/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/../libc/db/recno/Makefile.inc"
|