Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / comp.inc
bloba32c004aeb35212979072b6589c0f4da9b8f0b93
1 #       $NetBSD: comp.inc,v 1.6 2007/12/09 22:44:14 adrianp 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