minix/lib/nbsd_libc/hash/sha1/Makefile.inc
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
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.
2011-02-14 19:36:03 +00:00

13 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