Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / pqueue.inc
blobd7b924a6bc91852b7da3f248f1c983ee381784e3
1 #       $NetBSD: pqueue.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/evp/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/pqueue
11 PQUEUE_SRCS = pqueue.c
12 SRCS += ${PQUEUE_SRCS}
14 .for cryptosrc in ${PQUEUE_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/pqueue
16 .endfor