blob: 49191af3465c72446edf2faee9189342d47c390c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: crypto.inc,v 1.4 2001/04/12 07:48:04 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto
CPPFLAGS+= -I${OPENSSLSRC}/crypto
SRCS+= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c
|