diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-06-16 04:21:31 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-06-16 04:21:31 +0000 |
| commit | 285b0ffbdd0e2135b25d0bce78f04cb8caed9d8f (patch) | |
| tree | 08bf9b0343a650a455b2fa1fbdc262fb2ea0331e /lib/libcrypto/stack.inc | |
| parent | c3b6f3938c47b0ef678df9af77d0ea7cec37d9fa (diff) | |
Import libcrypto build framework from cryptosrc-intl.
Diffstat (limited to 'lib/libcrypto/stack.inc')
| -rw-r--r-- | lib/libcrypto/stack.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libcrypto/stack.inc b/lib/libcrypto/stack.inc new file mode 100644 index 00000000000..c2e727ca0fc --- /dev/null +++ b/lib/libcrypto/stack.inc @@ -0,0 +1,14 @@ +# $NetBSD: stack.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $ +# +# @(#) Copyright (c) 1995 Simon J. Gerraty +# +# SRCS extracted from ../../dist/openssl/crypto/stack/Makefile.ssl +# + +.PATH: ${OPENSSLSRC}/crypto/stack + +CFLAGS+= -I${OPENSSLSRC}/crypto/stack + +SRCS+=stack.c + + |
