[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / hash

Annotation of src/lib/libc/hash/Makefile.inc, Revision 1.12

1.12    ! rmind       1: #      $NetBSD: Makefile.inc,v 1.11 2006/10/27 18:29:21 drochner Exp $
1.1       explorer    2: #      $OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
                      3:
                      4: # hash functions
1.2       drochner    5: .PATH: ${ARCHDIR}/hash ${.CURDIR}/hash
1.1       explorer    6:
1.10      elad        7: .include "${.CURDIR}/hash/md2/Makefile.inc"
1.9       elad        8: .include "${.CURDIR}/hash/rmd160/Makefile.inc"
                      9: .include "${.CURDIR}/hash/sha1/Makefile.inc"
                     10: .include "${.CURDIR}/hash/sha2/Makefile.inc"
1.3       ad         11:
1.12    ! rmind      12: .include "${.CURDIR}/hash/murmurhash/Makefile.inc"

CVSweb <webmaster@jp.NetBSD.org>