summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/Makefile.inc
blob: 518205cd2a1c5d1c16f329509db4a3600412aac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	from @(#)Makefile.inc	8.2 (Berkeley) 2/21/94
#	$Id$
#
CFLAGS+=-D__DBINTERFACE_PRIVATE

.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"
OpenPOWER on IntegriCloud