b6cbf7203b
This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
7 lines
237 B
Makefile
7 lines
237 B
Makefile
# $NetBSD: Makefile.inc,v 1.9 2005/09/13 01:44:09 christos Exp $
|
|
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
|
|
.PATH: ${.CURDIR}/db/hash
|
|
|
|
SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
|
|
hash_page.c ndbmdatum.c ndbm.c
|