NetBSD/lib/libc/hash/Makefile.inc

15 lines
400 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.2 1999/02/24 15:05:20 drochner Exp $
1999-02-04 08:08:58 +03:00
# $OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
# hash functions
.PATH: ${ARCHDIR}/hash ${.CURDIR}/hash
1999-02-04 08:08:58 +03:00
SRCS+= sha1.c sha1hl.c
MAN+= sha1.3
MLINKS+=sha1.3 SHA1Init.3 sha1.3 SHA1Update.3
MLINKS+=sha1.3 SHA1Final.3 sha1.3 SHA1Transform.3
MLINKS+=sha1.3 SHA1End.3 sha1.3 SHA1File.3
MLINKS+=sha1.3 SHA1Data.3