xref: /dragonfly/lib/libc/db/hash/Makefile.inc (revision 78478697)
1#       from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/libc/db/hash/Makefile.inc 107052 2002-11-18 09:50:57Z ru $
3
4.PATH: ${.CURDIR}/../libc/db/hash
5
6SRCS+=	hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
7	hash_page.c ndbm.c
8