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