Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / comp.inc
blob47e8bd3488ebfc3dd6a950a992590b24e4816f00
1 #       $NetBSD: comp.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/comp/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/comp
11 COMP_SRCS = comp_lib.c comp_err.c \
12         c_rle.c c_zlib.c
13 SRCS += ${COMP_SRCS}
15 .for cryptosrc in ${COMP_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/comp
17 .endfor