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