Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / stack.inc
blobde6824910a159b3dc3fc3d14509c07af4d4a06fb
1 #       $NetBSD: stack.inc,v 1.6 2007/12/09 22:44:21 adrianp Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/stack/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/stack
11 STACK_SRCS = stack.c
12 SRCS += ${STACK_SRCS}
14 .for cryptosrc in ${STACK_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/stack
16 .endfor