mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 22:20:19 -04:00
17 lines
376 B
PHP
17 lines
376 B
PHP
# $NetBSD: buffer.inc,v 1.2 2011/06/06 06:44:57 spz Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/buffer/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/buffer
|
|
|
|
|
|
BUFFER_SRCS = buffer.c buf_err.c buf_str.c
|
|
SRCS += ${BUFFER_SRCS}
|
|
|
|
.for cryptosrc in ${BUFFER_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/buffer
|
|
.endfor
|