2006-03-17 23:47:45 +03:00
|
|
|
# $NetBSD: comp.inc,v 1.5 2006/03/17 20:47:45 dsl Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 11:16:20 +04:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/comp/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/comp
|
|
|
|
|
|
|
|
|
2006-03-17 23:47:45 +03:00
|
|
|
COMP_SRCS = comp_lib.c comp_err.c \
|
2000-06-16 08:21:31 +04:00
|
|
|
c_rle.c c_zlib.c
|
2006-03-17 23:47:45 +03:00
|
|
|
SRCS += ${COMP_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${COMP_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/comp
|
|
|
|
.endfor
|