18 lines
379 B
PHP
18 lines
379 B
PHP
# $NetBSD: comp.inc,v 1.6 2007/12/09 22:44:14 adrianp Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/comp/Makefile
|
|
#
|
|
|
|
.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
|