xref: /dragonfly/lib/libc/db/hash/Makefile.inc (revision b40e316c)
1#       from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
2# $FreeBSD: src/lib/libc/db/hash/Makefile.inc,v 1.3.2.1 2001/10/02 11:15:38 ru Exp $
3# $DragonFly: src/lib/libc/db/hash/Makefile.inc,v 1.2 2003/06/17 04:26:41 dillon Exp $
4
5.PATH: ${.CURDIR}/../libc/db/hash
6
7SRCS+=	hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
8	hash_page.c ndbm.c
9