1997-10-23 03:14:04 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 1997/10/22 23:14:11 lukem Exp $
|
1994-08-18 04:38:04 +04:00
|
|
|
# @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
|
|
|
|
#
|
1997-10-23 03:14:04 +04:00
|
|
|
CPPFLAGS+=-D__DBINTERFACE_PRIVATE
|
1993-08-01 09:37:30 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include "${.CURDIR}/db/btree/Makefile.inc"
|
1993-06-15 03:52:39 +04:00
|
|
|
.include "${.CURDIR}/db/db/Makefile.inc"
|
1993-03-21 12:45:37 +03:00
|
|
|
.include "${.CURDIR}/db/hash/Makefile.inc"
|
1993-06-15 03:52:39 +04:00
|
|
|
.include "${.CURDIR}/db/man/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/db/mpool/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/db/recno/Makefile.inc"
|