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