1997-05-03 03:50:06 +00:00
|
|
|
# from @(#)Makefile.inc 8.2 (Berkeley) 7/14/94
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 05:00:24 +00:00
|
|
|
|
1997-05-03 03:50:06 +00:00
|
|
|
.PATH: ${.CURDIR}/../libc/db/btree
|
1994-05-27 05:00:24 +00:00
|
|
|
|
|
|
|
SRCS+= bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c \
|
|
|
|
bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c \
|
1996-02-27 01:59:15 +00:00
|
|
|
bt_utils.c
|