1#	$NetBSD: txt_db.inc,v 1.2 2023/05/06 17:07:23 christos Exp $
2
3.PATH:	${OPENSSLSRC}/crypto/txt_db
4
5TXT_DB_SRCS += \
6txt_db.c \
7
8SRCS += ${TXT_DB_SRCS}
9
10.for cryptosrc in ${TXT_DB_SRCS}
11CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/txt_db ${TXT_DBCPPFLAGS}
12.endfor
13