etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / txt_db.inc
blob91e2397fcd7b858a1bcd57abb9d74afe3102b381
1 #       $NetBSD: txt_db.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/txt_db/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/txt_db
11 TXT_DB_SRCS = txt_db.c
12 SRCS += ${TXT_DB_SRCS}
14 .for cryptosrc in ${TXT_DB_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/txt_db
16 .endfor