1#	$NetBSD: txt_db.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
2#
3#	@(#) Copyright (c) 1995 Simon J. Gerraty
4#
5#	SRCS extracted from src/crypto/dist/openssl/crypto/txt_db/Makefile
6#
7
8.PATH:	${OPENSSLSRC}/crypto/txt_db
9
10
11TXT_DB_SRCS = txt_db.c
12SRCS += ${TXT_DB_SRCS}
13
14.for cryptosrc in ${TXT_DB_SRCS}
15CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/txt_db
16.endfor
17