summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/ui.inc
blob: 8187a3f21129163c1c53a20874434a1df5a243fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: ui.inc,v 1.3 2023/05/06 17:07:23 christos Exp $

.PATH:	${OPENSSLSRC}/crypto/ui

UI_SRCS += \
ui_err.c \
ui_lib.c \
ui_null.c \
ui_openssl.c \
ui_util.c \

SRCS += ${UI_SRCS}

.for cryptosrc in ${UI_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/ui ${UICPPFLAGS}
.endfor