13 lines
339 B
PHP
13 lines
339 B
PHP
# $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
|