Home | History | Annotate | Line # | Download | only in libcrypto
      1  1.3  christos #	$NetBSD: ui.inc,v 1.3 2023/05/06 17:07:23 christos Exp $
      2  1.1  christos 
      3  1.1  christos .PATH:	${OPENSSLSRC}/crypto/ui
      4  1.1  christos 
      5  1.2  christos UI_SRCS += \
      6  1.2  christos ui_err.c \
      7  1.3  christos ui_lib.c \
      8  1.2  christos ui_null.c \
      9  1.2  christos ui_openssl.c \
     10  1.2  christos ui_util.c \
     11  1.2  christos 
     12  1.1  christos SRCS += ${UI_SRCS}
     13  1.1  christos 
     14  1.1  christos .for cryptosrc in ${UI_SRCS}
     15  1.3  christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/ui ${UICPPFLAGS}
     16  1.1  christos .endfor
     17