18 lines
413 B
PHP
18 lines
413 B
PHP
# $NetBSD: comp.inc,v 1.5 2006/03/17 20:47:45 dsl Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/comp/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/comp
|
|
|
|
|
|
COMP_SRCS = comp_lib.c comp_err.c \
|
|
c_rle.c c_zlib.c
|
|
SRCS += ${COMP_SRCS}
|
|
|
|
.for cryptosrc in ${COMP_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/comp
|
|
.endfor
|