2000-07-16 07:16:20 +00:00
|
|
|
# $NetBSD: err.inc,v 1.3 2000/07/16 07:16:22 mrg Exp $
|
2000-06-16 04:21:31 +00:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 07:16:20 +00:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/err/Makefile.ssl
|
2000-06-16 04:21:31 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/err
|
|
|
|
|
2000-06-21 19:34:22 +00:00
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/err
|
2000-06-16 04:21:31 +00:00
|
|
|
|
|
|
|
SRCS+=err.c err_all.c err_prn.c
|
|
|
|
|
|
|
|
|