17 lines
404 B
PHP
17 lines
404 B
PHP
# $NetBSD: buffer.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/buffer/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/buffer
|
|
|
|
|
|
BUFFER_SRCS = buffer.c buf_err.c
|
|
SRCS += ${BUFFER_SRCS}
|
|
|
|
.for cryptosrc in ${BUFFER_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/buffer
|
|
.endfor
|