mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
10 lines
293 B
PHP
10 lines
293 B
PHP
|
# @(#)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/mpool/Makefile.inc"
|
||
|
.include "${.CURDIR}/db/recno/Makefile.inc"
|