summaryrefslogtreecommitdiff
path: root/lib/libc/db/Makefile.inc
blob: 6cdb4cf3013e0876afe9e24027df40e1647302b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile.inc,v 1.5 1995/02/27 13:19:23 cgd Exp $
#	@(#)Makefile.inc	8.2 (Berkeley) 2/21/94
#
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"