NetBSD/lib/libcrypto/pem.inc

15 lines
320 B
PHP
Raw Normal View History

# $NetBSD: pem.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/pem/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/pem
CFLAGS+= -I${OPENSSLSRC}/crypto/pem
SRCS+= pem_sign.c pem_seal.c pem_info.c pem_lib.c pem_all.c pem_err.c