2006-03-17 23:47:45 +03:00
|
|
|
# $NetBSD: err.inc,v 1.5 2006/03/17 20:47:45 dsl Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 11:16:20 +04:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/err/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/err
|
|
|
|
|
|
|
|
|
2006-03-17 23:47:45 +03:00
|
|
|
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
|