Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / lhash.inc
blobfd9abeffe0bf71276acca53247153d4de10ca303
1 #       $NetBSD: lhash.inc,v 1.6 2007/12/09 22:44:17 adrianp 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