minix/lib/libc/hash/Makefile.inc

12 lines
371 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.11 2006/10/27 18:29:21 drochner Exp $
# $OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
# hash functions
.PATH: ${ARCHDIR}/hash ${.CURDIR}/hash
.include "${.CURDIR}/hash/md2/Makefile.inc"
.include "${.CURDIR}/hash/rmd160/Makefile.inc"
.include "${.CURDIR}/hash/sha1/Makefile.inc"
.include "${.CURDIR}/hash/sha2/Makefile.inc"