etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / lhash.inc
blob79eb6936659f4fa6a0ef65ba9b5ad9eeeadbb21d
1 #       $NetBSD: lhash.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/lhash/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/lhash
11 LHASH_SRCS = lhash.c lh_stats.c
12 SRCS += ${LHASH_SRCS}
14 .for cryptosrc in ${LHASH_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/lhash
16 .endfor