13 lines
311 B
PHP
13 lines
311 B
PHP
# $NetBSD: txt_db.inc,v 1.4 2003/07/24 14:16:33 itojun Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/txt_db/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/txt_db
|
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/txt_db
|
|
|
|
SRCS+=txt_db.c
|