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

.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"

SYM_MAPS+=${.CURDIR}/db/Symbol.map
OpenPOWER on IntegriCloud