ec7d12549c
Obtained from: NetBSD MFC after: 1 month
8 lines
185 B
Makefile
8 lines
185 B
Makefile
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../libc/db/hash
|
|
|
|
SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
|
|
hash_page.c ndbm.c
|