blob: 44b5a0b1ee62040284ed830044427d06b10c171a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:19:54 tholo Exp $
#
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"
|