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.
12 lines
334 B
Makefile
12 lines
334 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2006/10/27 18:29:21 drochner Exp $
|
|
|
|
# hash functions
|
|
.PATH: ${.CURDIR}/hash/sha1
|
|
|
|
SRCS+= sha1.c sha1hl.c
|
|
|
|
MAN+= sha1.3
|
|
|
|
MLINKS+=sha1.3 SHA1Init.3 sha1.3 SHA1Update.3 sha1.3 SHA1Final.3
|
|
MLINKS+=sha1.3 SHA1End.3 sha2.3 SHA1File.3 sha1.3 SHA1Data.3
|
|
MLINKS+=sha1.3 SHA1Transform.3 sha1.3 SHA1FileChunk.3
|