You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
335 B
10 lines
335 B
# @(#)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"
|
|
|