Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / stack.inc
blob17f955294cb190e07cd5db88a6d853289c8edd7f
1 #       $NetBSD: stack.inc,v 1.1 2009/07/19 23:30:44 christos 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