15 lines
312 B
PHP
15 lines
312 B
PHP
# $NetBSD: conf.inc,v 1.3 2000/07/16 07:16:21 mrg 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.c conf_err.c
|
|
|
|
|