blob: 3f523fc506b6a2d8eb5949afafd56c86b45f0e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: conf.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/conf/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/conf
CPPFLAGS+= -I${OPENSSLSRC}/crypto/conf
SRCS+= conf_err.c conf_lib.c conf_api.c conf_def.c
|