xref: /original-bsd/lib/libc/db/hash/Makefile.inc (revision eff8007d)
1#       @(#)Makefile.inc	8.1 (Berkeley) 06/04/93
2
3.PATH: ${.CURDIR}/db/hash
4
5SRCS+=	hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
6	hash_page.c hsearch.c ndbm.c
7