NetBSD/lib/libcrypto/txt_db.inc

17 lines
360 B
PHP

# $NetBSD: txt_db.inc,v 1.6 2007/12/09 22:44:22 adrianp Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from src/crypto/dist/openssl/crypto/txt_db/Makefile
#
.PATH: ${OPENSSLSRC}/crypto/txt_db
TXT_DB_SRCS = txt_db.c
SRCS += ${TXT_DB_SRCS}
.for cryptosrc in ${TXT_DB_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/txt_db
.endfor