17 lines
356 B
PHP
17 lines
356 B
PHP
# $NetBSD: err.inc,v 1.6 2007/12/09 22:44:16 adrianp Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/err/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/err
|
|
|
|
|
|
ERR_SRCS = err.c err_all.c err_prn.c
|
|
SRCS += ${ERR_SRCS}
|
|
|
|
.for cryptosrc in ${ERR_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/err
|
|
.endfor
|