]> git.saurik.com Git - apple/libc.git/blob - db/btree/Makefile.inc
Libc-320.tar.gz
[apple/libc.git] / db / btree / Makefile.inc
1 # from @(#)Makefile.inc 8.2 (Berkeley) 7/14/94
2 # $FreeBSD: src/lib/libc/db/btree/Makefile.inc,v 1.3 1999/08/27 23:58:16 peter Exp $
3
4 .PATH: ${.CURDIR}/db/btree
5
6 SRCS+= bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c \
7 bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c \
8 bt_utils.c