Home | History | Annotate | Line # | Download | only in sha1
      1 # $NetBSD: Makefile.inc,v 1.3 2018/11/27 03:56:37 kamil Exp $
      2 
      3 # hash functions
      4 .PATH: ${.CURDIR}/hash/sha1
      5 
      6 SRCS+=	sha1.c sha1hl.c
      7 
      8 MAN+=	sha1.3
      9 
     10 MLINKS+=sha1.3 SHA1Init.3 sha1.3 SHA1Update.3 sha1.3 SHA1Final.3
     11 MLINKS+=sha1.3 SHA1End.3  sha1.3 SHA1File.3   sha1.3 SHA1Data.3
     12 MLINKS+=sha1.3 SHA1Transform.3  sha1.3 SHA1FileChunk.3
     13