012dfd00b3
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
10 lines
293 B
Makefile
10 lines
293 B
Makefile
# @(#)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"
|