summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/Makefile.inc
blob: 8bd4dd6d6305a981bb531e4fdaa923d29c527211 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	from @(#)Makefile.inc	8.2 (Berkeley) 2/21/94
# $FreeBSD$
#
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